Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class CreateAnalyticsIndexOptions

Inheritance
object
CreateAnalyticsIndexOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Management.Analytics
Assembly: Couchbase.NetClient.dll
Syntax
public class CreateAnalyticsIndexOptions

Constructors

View Source

CreateAnalyticsIndexOptions()

Declaration
public CreateAnalyticsIndexOptions()

Methods

View Source

CancellationToken(CancellationToken)

Declaration
public CreateAnalyticsIndexOptions CancellationToken(CancellationToken token)
Parameters
Type Name Description
CancellationToken token
Returns
Type Description
CreateAnalyticsIndexOptions
View Source

DataverseName(string)

Declaration
public CreateAnalyticsIndexOptions DataverseName(string dataverseName)
Parameters
Type Name Description
string dataverseName
Returns
Type Description
CreateAnalyticsIndexOptions
View Source

IgnoreIfExists(bool)

Declaration
public CreateAnalyticsIndexOptions IgnoreIfExists(bool ignoreIfExists)
Parameters
Type Name Description
bool ignoreIfExists
Returns
Type Description
CreateAnalyticsIndexOptions
View Source

RequestSpan(IRequestSpan)

Declaration
public CreateAnalyticsIndexOptions RequestSpan(IRequestSpan span)
Parameters
Type Name Description
IRequestSpan span
Returns
Type Description
CreateAnalyticsIndexOptions
View Source

Timeout(TimeSpan)

Declaration
public CreateAnalyticsIndexOptions Timeout(TimeSpan timeout)
Parameters
Type Name Description
TimeSpan timeout
Returns
Type Description
CreateAnalyticsIndexOptions
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.