public sealed class BackfillJob : IMessage<BackfillJob>, IEquatable<BackfillJob>, IDeepCloneable<BackfillJob>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class BackfillJob.
Represents a backfill job on a specific stream object.
Implements
IMessageBackfillJob, IEquatableBackfillJob, IDeepCloneableBackfillJob, 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 |
RepeatedFieldError |
|
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; }Output only. Backfill job state.
| Property Value | |
|---|---|
| Type | Description |
BackfillJobTypesState |
|
Trigger
public BackfillJob.Types.Trigger Trigger { get; set; }Backfill job's triggering reason.
| Property Value | |
|---|---|
| Type | Description |
BackfillJobTypesTrigger |
|