public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class OperationProgress.
Encapsulates progress related information for a Cloud Bigtable long running operation.
Implements
IMessageOperationProgress, IEquatableOperationProgress, IDeepCloneableOperationProgress, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
OperationProgress()
public OperationProgress()
OperationProgress(OperationProgress)
public OperationProgress(OperationProgress other)
Parameter | |
---|---|
Name | Description |
other | OperationProgress |
Properties
EndTime
public Timestamp EndTime { get; set; }
If set, the time at which this operation failed or was completed successfully.
Property Value | |
---|---|
Type | Description |
Timestamp |
ProgressPercent
public int ProgressPercent { get; set; }
Percent completion of the operation. Values are between 0 and 100 inclusive.
Property Value | |
---|---|
Type | Description |
int |
StartTime
public Timestamp StartTime { get; set; }
Time the request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |