Click or drag to resize

QueryIndexManagerExtensionsDropIndexAsync Method (IQueryIndexManager, String, String)

[Missing <summary> documentation for "M:Couchbase.Management.Query.QueryIndexManagerExtensions.DropIndexAsync(Couchbase.Management.Query.IQueryIndexManager,System.String,System.String)"]

Namespace:  Couchbase.Management.Query
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static Task DropIndexAsync(
	this IQueryIndexManager queryIndexManager,
	string bucketName,
	string indexName
)

Parameters

queryIndexManager
Type: Couchbase.Management.QueryIQueryIndexManager

[Missing <param name="queryIndexManager"/> documentation for "M:Couchbase.Management.Query.QueryIndexManagerExtensions.DropIndexAsync(Couchbase.Management.Query.IQueryIndexManager,System.String,System.String)"]

bucketName
Type: SystemString

[Missing <param name="bucketName"/> documentation for "M:Couchbase.Management.Query.QueryIndexManagerExtensions.DropIndexAsync(Couchbase.Management.Query.IQueryIndexManager,System.String,System.String)"]

indexName
Type: SystemString

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

Return Value

Type: Task

[Missing <returns> documentation for "M:Couchbase.Management.Query.QueryIndexManagerExtensions.DropIndexAsync(Couchbase.Management.Query.IQueryIndexManager,System.String,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IQueryIndexManager. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also