Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DropDesignDocumentOptions

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

Constructors

View Source

DropDesignDocumentOptions()

Declaration
public DropDesignDocumentOptions()

Properties

View Source

Default

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

Methods

View Source

CancellationToken(CancellationToken)

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

RequestSpan(IRequestSpan)

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