Class AccessSparkApplicationStageAttemptResponse
Stage Attempt for a Stage of a Spark Application
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class AccessSparkApplicationStageAttemptResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StageData
Output only. Data corresponding to a stage.
Declaration
[JsonProperty("stageData")]
public virtual StageData StageData { get; set; }
Property Value
Type | Description |
---|---|
StageData |