Interface protos.google.spanner.admin.database.v1.IOperationProgress

Properties of an OperationProgress.

Package

@google-cloud/spanner!

Properties

endTime

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

OperationProgress endTime

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

progressPercent

progressPercent?: (number|null);

OperationProgress progressPercent

Property Value
TypeDescription
(number|null)

startTime

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

OperationProgress startTime

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