Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class UpsertDesignDocumentOptions

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

Constructors

View Source

UpsertDesignDocumentOptions()

Declaration
public UpsertDesignDocumentOptions()

Properties

View Source

Default

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

Methods

View Source

CancellationToken(CancellationToken)

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

RequestSpan(IRequestSpan)

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