Class View
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
Properties
View Source
Map
Declaration
[JsonProperty("map")]
[JsonPropertyName("map")]
public string Map { get; set; }
Property Value
View Source
Reduce
Declaration
[JsonProperty("reduce", DefaultValueHandling = DefaultValueHandling.Ignore)]
[JsonPropertyName("reduce")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Reduce { get; set; }
Property Value