Class ClientContext
Container for various pieces of client-owned context attached to a request.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ClientContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecureContext
Optional. Map of parameter name to value for this request. These values will be returned by any SECURE_CONTEXT() calls invoked by this request (e.g., by queries against Parameterized Secure Views).
Declaration
[JsonProperty("secureContext")]
public virtual IDictionary<string, object> SecureContext { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |