Interface protos.google.spanner.v1.IKeyRange

Properties of a KeyRange.

Package

@google-cloud/spanner!

Properties

endClosed

endClosed?: (google.protobuf.IListValue|null);

KeyRange endClosed

Property Value
TypeDescription
(google.protobuf.IListValue|null)

endOpen

endOpen?: (google.protobuf.IListValue|null);

KeyRange endOpen

Property Value
TypeDescription
(google.protobuf.IListValue|null)

startClosed

startClosed?: (google.protobuf.IListValue|null);

KeyRange startClosed

Property Value
TypeDescription
(google.protobuf.IListValue|null)

startOpen

startOpen?: (google.protobuf.IListValue|null);

KeyRange startOpen

Property Value
TypeDescription
(google.protobuf.IListValue|null)