Interface protos.google.spanner.v1.IPartitionResponse

Properties of a PartitionResponse.

Package

@google-cloud/spanner!

Properties

partitions

partitions?: (google.spanner.v1.IPartition[]|null);

PartitionResponse partitions

Property Value
TypeDescription
(google.spanner.v1.IPartition[]|null)

transaction

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

PartitionResponse transaction

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