Class BatchOperationMetadata
Metadata for the batch operations such as the current state. This is included in the metadata field of the
Operation returned by the GetOperation call of the google::longrunning::Operations service.
Inheritance
System.Object
BatchOperationMetadata
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class BatchOperationMetadata : IDirectResponseSchema
Properties
EndTime
The time when the batch request is finished and google.longrunning.Operation.done is set to true.
Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
The current state of the batch operation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SubmitTime
The time when the batch request was submitted to the server.
Declaration
[JsonProperty("submitTime")]
public virtual object SubmitTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |