Click or drag to resize

ISearchIndexManagerAllowQueryingAsync Method

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

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

Parameters

indexName
Type: SystemString

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

options (Optional)
Type: Couchbase.Management.SearchAllowQueryingSearchIndexOptions

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

Return Value

Type: Task

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

See Also