Interface protos.google.spanner.v1.IPartitionReadRequest

Properties of a PartitionReadRequest.

Package

@google-cloud/spanner!

Properties

columns

columns?: (string[]|null);

PartitionReadRequest columns

Property Value
TypeDescription
(string[]|null)

index

index?: (string|null);

PartitionReadRequest index

Property Value
TypeDescription
(string|null)

keySet

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

PartitionReadRequest keySet

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

partitionOptions

partitionOptions?: (google.spanner.v1.IPartitionOptions|null);

PartitionReadRequest partitionOptions

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

session

session?: (string|null);

PartitionReadRequest session

Property Value
TypeDescription
(string|null)

table

table?: (string|null);

PartitionReadRequest table

Property Value
TypeDescription
(string|null)

transaction

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

PartitionReadRequest transaction

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