Click or drag to resize

SearchOptionsTimeout Method

The server side timeout allows to specify an upper boundary of request execution so that it potentially doesn't run infinitely.

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public SearchOptions Timeout(
	TimeSpan timeout
)

Parameters

timeout
Type: SystemTimeSpan
The max length of time that that will be given to execute the query.

Return Value

Type: SearchOptions

[Missing <returns> documentation for "M:Couchbase.Search.SearchOptions.Timeout(System.TimeSpan)"]

See Also