Class View
Inherited Members
Namespace: Couchbase.Views
Assembly: Couchbase.NetClient.dll
Syntax
public class View
Properties
| Improve this Doc 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 |