Couchbase .NET SDK | 3.2.0
Couchbase .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class View

    Inheritance
    Object
    View
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Couchbase.Views
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class View

    Properties

    | Improve this Doc View Source

    Map

    Declaration
    [JsonProperty("map")]
    public string Map { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Reduce

    Declaration
    [JsonProperty("reduce", DefaultValueHandling = DefaultValueHandling.Ignore)]
    public string Reduce { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021 Couchbase, Inc.