Class View
Inherited Members
Namespace: Couchbase.Views
Assembly: Couchbase.NetClient.dll
Syntax
[Obsolete("The View service has been deprecated use the Query service instead.")]
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 |