Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class GetAllAnalyticsIndexesOptions

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

Constructors

View Source

GetAllAnalyticsIndexesOptions()

Declaration
public GetAllAnalyticsIndexesOptions()

Methods

View Source

CancellationToken(CancellationToken)

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

RequestSpan(IRequestSpan)

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

Timeout(TimeSpan)

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