Google Cloud Spanner v1 API - Class RequestOptions.Types.ClientContext (5.10.0)

public sealed class RequestOptions.Types.ClientContext : IMessage<RequestOptions.Types.ClientContext>, IEquatable<RequestOptions.Types.ClientContext>, IDeepCloneable<RequestOptions.Types.ClientContext>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner v1 API class RequestOptions.Types.ClientContext.

Container for various pieces of client-owned context attached to a request.

Inheritance

object > RequestOptions.Types.ClientContext

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

ClientContext()

public ClientContext()

ClientContext(ClientContext)

public ClientContext(RequestOptions.Types.ClientContext other)
Parameter
Name Description
other RequestOptionsTypesClientContext

Properties

SecureContext

public MapField<string, Value> SecureContext { get; }

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).

Property Value
Type Description
MapFieldstringValue