Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DesignDocument

Inheritance
object
DesignDocument
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Management.Views
Assembly: Couchbase.NetClient.dll
Syntax
[Obsolete("The View service has been deprecated use the Query service instead.")]
public class DesignDocument

Constructors

View Source

DesignDocument()

Declaration
public DesignDocument()

Properties

View Source

Name

Declaration
[JsonIgnore]
[JsonIgnore]
public string Name { get; set; }
Property Value
Type Description
string
View Source

Views

Declaration
[JsonProperty("views")]
[JsonPropertyName("views")]
public Dictionary<string, View> Views { get; set; }
Property Value
Type Description
Dictionary<string, View>
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.