Class SparkStatistics
Inheritance
object
SparkStatistics
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class SparkStatistics : IDirectResponseSchema
Properties
Endpoints
[Output-only] Endpoints generated for the Spark job.
Declaration
[JsonProperty("endpoints")]
public virtual IDictionary<string, string> Endpoints { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TKey, TValue><string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LoggingInfo
[Output-only] Logging info is used to generate a link to Cloud Logging.
Declaration
[JsonProperty("logging_info")]
public virtual SparkLoggingInfo LoggingInfo { get; set; }
Property Value
Type | Description |
---|---|
SparkLoggingInfo |
SparkJobId
[Output-only] Spark job id if a Spark job is created successfully.
Declaration
[JsonProperty("spark_job_id")]
public virtual string SparkJobId { get; set; }
Property Value
Type | Description |
---|---|
string |
SparkJobLocation
[Output-only] Location where the Spark job is executed.
Declaration
[JsonProperty("spark_job_location")]
public virtual string SparkJobLocation { get; set; }
Property Value
Type | Description |
---|---|
string |