Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class View

Inheritance
object
View
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Views
Assembly: Couchbase.NetClient.dll
Syntax
[Obsolete("The View service has been deprecated use the Query service instead.")]
public class View

Constructors

View Source

View()

Declaration
public View()

Properties

View Source

Map

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

Reduce

Declaration
[JsonProperty("reduce", DefaultValueHandling = DefaultValueHandling.Ignore)]
[JsonPropertyName("reduce")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Reduce { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.