Google Cloud Dataproc v1 API - Class JobMetadata (5.10.0)

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.

Inheritance

object > JobMetadata

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

JobMetadata()

public JobMetadata()

JobMetadata(JobMetadata)

public JobMetadata(JobMetadata other)
Parameter
NameDescription
otherJobMetadata

Properties

JobId

public string JobId { get; set; }

Output only. The job id.

Property Value
TypeDescription
string

OperationType

public string OperationType { get; set; }

Output only. Operation type.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

Output only. Job submission time.

Property Value
TypeDescription
Timestamp

Status

public JobStatus Status { get; set; }

Output only. Most recent job status.

Property Value
TypeDescription
JobStatus