Google Cloud Spanner Instance Administration v1 API - Class OperationProgress (5.0.0-beta01)

public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class OperationProgress.

Encapsulates progress related information for a Cloud Spanner long running instance operations.

Inheritance

object > OperationProgress

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

OperationProgress()

public OperationProgress()

OperationProgress(OperationProgress)

public OperationProgress(OperationProgress other)
Parameter
NameDescription
otherOperationProgress

Properties

EndTime

public Timestamp EndTime { get; set; }

If set, the time at which this operation failed or was completed successfully.

Property Value
TypeDescription
Timestamp

ProgressPercent

public int ProgressPercent { get; set; }

Percent completion of the operation. Values are between 0 and 100 inclusive.

Property Value
TypeDescription
int

StartTime

public Timestamp StartTime { get; set; }

Time the request was received.

Property Value
TypeDescription
Timestamp