Interface protos.google.spanner.v1.ISession

Properties of a Session.

Package

@google-cloud/spanner!

Properties

approximateLastUseTime

approximateLastUseTime?: (google.protobuf.ITimestamp|null);

Session approximateLastUseTime

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

createTime

createTime?: (google.protobuf.ITimestamp|null);

Session createTime

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

labels

labels?: ({ [k: string]: string }|null);

Session labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Session name

Property Value
TypeDescription
(string|null)