Interface protos.google.spanner.v1.IReadRequest

Properties of a ReadRequest.

Package

@google-cloud/spanner!

Properties

columns

columns?: (string[]|null);

ReadRequest columns

Property Value
TypeDescription
(string[]|null)

index

index?: (string|null);

ReadRequest index

Property Value
TypeDescription
(string|null)

keySet

keySet?: (google.spanner.v1.IKeySet|null);

ReadRequest keySet

Property Value
TypeDescription
(google.spanner.v1.IKeySet|null)

limit

limit?: (number|Long|string|null);

ReadRequest limit

Property Value
TypeDescription
(number|Long|string|null)

partitionToken

partitionToken?: (Uint8Array|string|null);

ReadRequest partitionToken

Property Value
TypeDescription
(Uint8Array|string|null)

requestOptions

requestOptions?: (google.spanner.v1.IRequestOptions|null);

ReadRequest requestOptions

Property Value
TypeDescription
(google.spanner.v1.IRequestOptions|null)

resumeToken

resumeToken?: (Uint8Array|string|null);

ReadRequest resumeToken

Property Value
TypeDescription
(Uint8Array|string|null)

session

session?: (string|null);

ReadRequest session

Property Value
TypeDescription
(string|null)

table

table?: (string|null);

ReadRequest table

Property Value
TypeDescription
(string|null)

transaction

transaction?: (google.spanner.v1.ITransactionSelector|null);

ReadRequest transaction

Property Value
TypeDescription
(google.spanner.v1.ITransactionSelector|null)