Click or drag to resize

IngestOptionsTimeout Method

The maximum time for the query to run. Overrides the default timeout of 75s.

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

Parameters

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:Couchbase.Analytics.IngestOptions.Timeout(System.TimeSpan)"]

Return Value

Type: IngestOptions

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

See Also