DataStream v1 API - Class BackfillJob (2.5.0)

public sealed class BackfillJob : IMessage<BackfillJob>, IEquatable<BackfillJob>, IDeepCloneable<BackfillJob>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class BackfillJob.

Represents a backfill job on a specific stream object.

Inheritance

object > BackfillJob

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

BackfillJob()

public BackfillJob()

BackfillJob(BackfillJob)

public BackfillJob(BackfillJob other)
Parameter
NameDescription
otherBackfillJob

Properties

Errors

public RepeatedField<Error> Errors { get; }

Output only. Errors which caused the backfill job to fail.

Property Value
TypeDescription
RepeatedFieldError

LastEndTime

public Timestamp LastEndTime { get; set; }

Output only. Backfill job's end time.

Property Value
TypeDescription
Timestamp

LastStartTime

public Timestamp LastStartTime { get; set; }

Output only. Backfill job's start time.

Property Value
TypeDescription
Timestamp

State

public BackfillJob.Types.State State { get; set; }

Backfill job state.

Property Value
TypeDescription
BackfillJobTypesState

Trigger

public BackfillJob.Types.Trigger Trigger { get; set; }

Backfill job's triggering reason.

Property Value
TypeDescription
BackfillJobTypesTrigger