Click or drag to resize

ISearchIndexManagerDisallowQueryingAsync Method

[Missing <summary> documentation for "M:Couchbase.Management.Search.ISearchIndexManager.DisallowQueryingAsync(System.String,Couchbase.Management.Search.DisallowQueryingSearchIndexOptions)"]

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

Parameters

indexName
Type: SystemString

[Missing <param name="indexName"/> documentation for "M:Couchbase.Management.Search.ISearchIndexManager.DisallowQueryingAsync(System.String,Couchbase.Management.Search.DisallowQueryingSearchIndexOptions)"]

options (Optional)
Type: Couchbase.Management.SearchDisallowQueryingSearchIndexOptions

[Missing <param name="options"/> documentation for "M:Couchbase.Management.Search.ISearchIndexManager.DisallowQueryingAsync(System.String,Couchbase.Management.Search.DisallowQueryingSearchIndexOptions)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Couchbase.Management.Search.ISearchIndexManager.DisallowQueryingAsync(System.String,Couchbase.Management.Search.DisallowQueryingSearchIndexOptions)"]

See Also