Couchbase .NET SDK | 3.7.2
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

    | Edit this page View Source

    Map

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

    Reduce

    Declaration
    [JsonProperty("reduce", DefaultValueHandling = DefaultValueHandling.Ignore)]
    public string Reduce { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.