Class OperationProgress
Encapsulates progress related information for a Cloud Spanner long running operation.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class OperationProgress : IDirectResponseSchema
Properties
EndTime
If set, the time at which this operation failed or was completed successfully.
Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProgressPercent
Percent completion of the operation. Values are between 0 and 100 inclusive.
Declaration
[JsonProperty("progressPercent")]
public virtual int? ProgressPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
StartTime
Time the request was received.
Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |