 | QueryOptionsScanCap Method |
Sets maximum buffered channel size between the indexer client
and the query service for index scans.
This parameter controls when to use scan backfill.
Use 0 or a negative number to disable.
Namespace:
Couchbase.Query
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic QueryOptions ScanCap(
int capacity
)
Parameters
- capacity
- Type: SystemInt32
The maximum number of channels.
Return Value
Type:
QueryOptions
A reference to the current
QueryOptions for method chaining.
See Also