IQueryRequest.ClientContextId Method Couchbase .NET SDK 2.0
A piece of data supplied by the client that is echoed in the response, if present. N1QL makes no assumptions about the meaning of this data and just logs and echoes it.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IQueryRequest ClientContextId(
	string contextId
)

Parameters

contextId
Type: System.String

Return Value

Type: IQueryRequest
A reference to the current IQueryRequest for method chaining.
Remarks
Optional.
Remarks
Maximum allowed size is 64 characters. A clientContextID longer than 64 characters is cut off at 64 characters.
See Also