Interface protos.google.bigtable.admin.v2.IOperationProgress (3.6.0)

Properties of an OperationProgress.

Package

@google-cloud/bigtable!

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)