public sealed class JobMetadata : IMessage<JobMetadata>, IEquatable<JobMetadata>, IDeepCloneable<JobMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class JobMetadata.
Job Operation metadata.
Implements
IMessageJobMetadata, IEquatableJobMetadata, IDeepCloneableJobMetadata, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataprocV1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
JobMetadata()
public JobMetadata()
JobMetadata(JobMetadata)
public JobMetadata(JobMetadata other)
Parameter | |
---|---|
Name | Description |
other | JobMetadata |
Properties
JobId
public string JobId { get; set; }
Output only. The job id.
Property Value | |
---|---|
Type | Description |
string |
OperationType
public string OperationType { get; set; }
Output only. Operation type.
Property Value | |
---|---|
Type | Description |
string |
StartTime
public Timestamp StartTime { get; set; }
Output only. Job submission time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Status
public JobStatus Status { get; set; }
Output only. Most recent job status.
Property Value | |
---|---|
Type | Description |
JobStatus |