Click or drag to resize

IAnalyticsIndexManagerDropIndexAsync Method

[Missing <summary> documentation for "M:Couchbase.Management.Analytics.IAnalyticsIndexManager.DropIndexAsync(System.String,System.String,Couchbase.Management.Analytics.DropAnalyticsIndexOptions)"]

Namespace:  Couchbase.Management.Analytics
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
Task DropIndexAsync(
	string datasetName,
	string indexName,
	DropAnalyticsIndexOptions options = null
)

Parameters

datasetName
Type: SystemString

[Missing <param name="datasetName"/> documentation for "M:Couchbase.Management.Analytics.IAnalyticsIndexManager.DropIndexAsync(System.String,System.String,Couchbase.Management.Analytics.DropAnalyticsIndexOptions)"]

indexName
Type: SystemString

[Missing <param name="indexName"/> documentation for "M:Couchbase.Management.Analytics.IAnalyticsIndexManager.DropIndexAsync(System.String,System.String,Couchbase.Management.Analytics.DropAnalyticsIndexOptions)"]

options (Optional)
Type: Couchbase.Management.AnalyticsDropAnalyticsIndexOptions

[Missing <param name="options"/> documentation for "M:Couchbase.Management.Analytics.IAnalyticsIndexManager.DropIndexAsync(System.String,System.String,Couchbase.Management.Analytics.DropAnalyticsIndexOptions)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Couchbase.Management.Analytics.IAnalyticsIndexManager.DropIndexAsync(System.String,System.String,Couchbase.Management.Analytics.DropAnalyticsIndexOptions)"]

See Also