Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class GetAllDesignDocumentsOptions

Inheritance
object
GetAllDesignDocumentsOptions
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 GetAllDesignDocumentsOptions

Constructors

View Source

GetAllDesignDocumentsOptions()

Declaration
public GetAllDesignDocumentsOptions()

Properties

View Source

Default

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

Methods

View Source

CancellationToken(CancellationToken)

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

RequestSpan(IRequestSpan)

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