Class DesignDocument
Inherited Members
Namespace: Couchbase.Management.Views
Assembly: Couchbase.NetClient.dll
Syntax
public class DesignDocument
Properties
| Edit this page View SourceName
Declaration
[JsonIgnore]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Views
Declaration
[JsonProperty("views")]
public Dictionary<string, View> Views { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, View> |