public sealed class BackfillJob : IMessage<BackfillJob>, IEquatable<BackfillJob>, IDeepCloneable<BackfillJob>, IBufferMessage, IMessage
Represents a backfill job on a specific stream object.
Implements
IMessage<BackfillJob>, IEquatable<BackfillJob>, IDeepCloneable<BackfillJob>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
BackfillJob()
public BackfillJob()
BackfillJob(BackfillJob)
public BackfillJob(BackfillJob other)
Parameter | |
---|---|
Name | Description |
other | BackfillJob |
Properties
Errors
public RepeatedField<Error> Errors { get; }
Output only. Errors which caused the backfill job to fail.
Property Value | |
---|---|
Type | Description |
RepeatedField<Error> |
LastEndTime
public Timestamp LastEndTime { get; set; }
Output only. Backfill job's end time.
Property Value | |
---|---|
Type | Description |
Timestamp |
LastStartTime
public Timestamp LastStartTime { get; set; }
Output only. Backfill job's start time.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public BackfillJob.Types.State State { get; set; }
Backfill job state.
Property Value | |
---|---|
Type | Description |
BackfillJob.Types.State |
Trigger
public BackfillJob.Types.Trigger Trigger { get; set; }
Backfill job's triggering reason.
Property Value | |
---|---|
Type | Description |
BackfillJob.Types.Trigger |