Show / Hide Table of Contents

Class JobMetadata

Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.

Inheritance
object
JobMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class JobMetadata : IDirectResponseSchema

Properties

BigTableDetails

Identification of a Cloud Bigtable source used in the Dataflow job.

Declaration
[JsonProperty("bigTableDetails")]
public virtual IList<BigTableIODetails> BigTableDetails { get; set; }
Property Value
Type Description
IList<BigTableIODetails>

BigqueryDetails

Identification of a BigQuery source used in the Dataflow job.

Declaration
[JsonProperty("bigqueryDetails")]
public virtual IList<BigQueryIODetails> BigqueryDetails { get; set; }
Property Value
Type Description
IList<BigQueryIODetails>

DatastoreDetails

Identification of a Datastore source used in the Dataflow job.

Declaration
[JsonProperty("datastoreDetails")]
public virtual IList<DatastoreIODetails> DatastoreDetails { get; set; }
Property Value
Type Description
IList<DatastoreIODetails>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileDetails

Identification of a File source used in the Dataflow job.

Declaration
[JsonProperty("fileDetails")]
public virtual IList<FileIODetails> FileDetails { get; set; }
Property Value
Type Description
IList<FileIODetails>

PubsubDetails

Identification of a Pub/Sub source used in the Dataflow job.

Declaration
[JsonProperty("pubsubDetails")]
public virtual IList<PubSubIODetails> PubsubDetails { get; set; }
Property Value
Type Description
IList<PubSubIODetails>

SdkVersion

The SDK version used to run the job.

Declaration
[JsonProperty("sdkVersion")]
public virtual SdkVersion SdkVersion { get; set; }
Property Value
Type Description
SdkVersion

SpannerDetails

Identification of a Spanner source used in the Dataflow job.

Declaration
[JsonProperty("spannerDetails")]
public virtual IList<SpannerIODetails> SpannerDetails { get; set; }
Property Value
Type Description
IList<SpannerIODetails>

UserDisplayProperties

List of display properties to help UI filter jobs.

Declaration
[JsonProperty("userDisplayProperties")]
public virtual IDictionary<string, string> UserDisplayProperties { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX