Class WriteSessionSparkApplicationContextRequest
Write Spark Application data to internal storage systems
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class WriteSessionSparkApplicationContextRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. Parent (Batch) resource reference.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
SparkWrapperObjects
Required. The batch of spark application context objects sent for ingestion.
Declaration
[JsonProperty("sparkWrapperObjects")]
public virtual IList<SparkWrapperObject> SparkWrapperObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<SparkWrapperObject> |