public sealed class OperationProgress : IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessageEncapsulates progress related information for a Cloud Spanner long running operation.
Implements
IMessage<OperationProgress>, IEquatable<OperationProgress>, IDeepCloneable<OperationProgress>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.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 |
Int32 |
|
StartTime
public Timestamp StartTime { get; set; }Time the request was received.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|