 | QueryOptionsClientContextId Method |
Client Context ID.
If no client context ID is provided on this option, a UUID is generated and sent
automatically so by default it is always possible to identify a query when debugging.
Namespace:
Couchbase.Query
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic QueryOptions ClientContextId(
string clientContextId
)
Parameters
- clientContextId
- Type: SystemString
The client context identifier.
Return Value
Type:
QueryOptionsA reference to the current
QueryOptions for method chaining.
See Also