Class View
Inherited Members
Namespace: Couchbase.Views
Assembly: Couchbase.NetClient.dll
Syntax
public class View
Properties
| Edit this page View SourceMap
Declaration
[JsonProperty("map")]
public string Map { get; set; }
Property Value
Type | Description |
---|---|
string |
Reduce
Declaration
[JsonProperty("reduce", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Reduce { get; set; }
Property Value
Type | Description |
---|---|
string |