Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class GetDesignDocumentOptions

Inheritance
object
GetDesignDocumentOptions
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
public class GetDesignDocumentOptions

Constructors

View Source

GetDesignDocumentOptions()

Declaration
public GetDesignDocumentOptions()

Properties

View Source

Default

Declaration
public static GetDesignDocumentOptions Default { get; }
Property Value
Type Description
GetDesignDocumentOptions

Methods

View Source

CancellationToken(CancellationToken)

Declaration
public GetDesignDocumentOptions CancellationToken(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
GetDesignDocumentOptions
View Source

RequestSpan(IRequestSpan)

Declaration
public GetDesignDocumentOptions RequestSpan(IRequestSpan span)
Parameters
Type Name Description
IRequestSpan span
Returns
Type Description
GetDesignDocumentOptions
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.