Class SparkLoggingInfo
Inheritance
object
SparkLoggingInfo
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 SparkLoggingInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
[Output-only] Project ID used for logging
Declaration
[JsonProperty("project_id")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceType
[Output-only] Resource type used for logging
Declaration
[JsonProperty("resource_type")]
public virtual string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string |