public sealed class JobMetadata : IMessage<JobMetadata>, IEquatable<JobMetadata>, IDeepCloneable<JobMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class JobMetadata.
Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.
Implements
IMessageJobMetadata, IEquatableJobMetadata, IDeepCloneableJobMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
JobMetadata()
public JobMetadata()
JobMetadata(JobMetadata)
public JobMetadata(JobMetadata other)
Parameter | |
---|---|
Name | Description |
other |
JobMetadata |
Properties
BigTableDetails
public RepeatedField<BigTableIODetails> BigTableDetails { get; }
Identification of a Cloud Bigtable source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBigTableIODetails |
BigqueryDetails
public RepeatedField<BigQueryIODetails> BigqueryDetails { get; }
Identification of a BigQuery source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBigQueryIODetails |
DatastoreDetails
public RepeatedField<DatastoreIODetails> DatastoreDetails { get; }
Identification of a Datastore source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDatastoreIODetails |
FileDetails
public RepeatedField<FileIODetails> FileDetails { get; }
Identification of a File source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFileIODetails |
PubsubDetails
public RepeatedField<PubSubIODetails> PubsubDetails { get; }
Identification of a Pub/Sub source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPubSubIODetails |
SdkVersion
public SdkVersion SdkVersion { get; set; }
The SDK version used to run the job.
Property Value | |
---|---|
Type | Description |
SdkVersion |
SpannerDetails
public RepeatedField<SpannerIODetails> SpannerDetails { get; }
Identification of a Spanner source used in the Dataflow job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSpannerIODetails |