Class FallbackReason
Native SQL Execution Data
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class FallbackReason : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FallbackNode
Optional. Fallback node information.
Declaration
[JsonProperty("fallbackNode")]
public virtual string FallbackNode { get; set; }
Property Value
Type | Description |
---|---|
string |
FallbackReasonValue
Optional. Fallback to Spark reason.
Declaration
[JsonProperty("fallbackReason")]
public virtual string FallbackReasonValue { get; set; }
Property Value
Type | Description |
---|---|
string |