Class ClusterOperation
The cluster operation triggered by a workflow.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ClusterOperation : IDirectResponseSchema
Properties
Done
Output only. Indicates the operation is done.
Declaration
[JsonProperty("done")]
public virtual bool? Done { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Output only. Error, if operation failed.
Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
OperationId
Output only. The id of the cluster operation.
Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
Type | Description |
---|---|
string |