Class BackfillJob
Represents a backfill job on a specific stream object.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class BackfillJob : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Output only. Errors which caused the backfill job to fail.
Declaration
[JsonProperty("errors")]
public virtual IList<Error> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<Error> |
LastEndTime
object representation of LastEndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastEndTimeDateTimeOffset instead.")]
public virtual object LastEndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastEndTimeDateTimeOffset
DateTimeOffset representation of LastEndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastEndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastEndTimeRaw
Output only. Backfill job's end time.
Declaration
[JsonProperty("lastEndTime")]
public virtual string LastEndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
LastStartTime
object representation of LastStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastStartTimeDateTimeOffset instead.")]
public virtual object LastStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastStartTimeDateTimeOffset
DateTimeOffset representation of LastStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastStartTimeRaw
Output only. Backfill job's start time.
Declaration
[JsonProperty("lastStartTime")]
public virtual string LastStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. Backfill job state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Trigger
Backfill job's triggering reason.
Declaration
[JsonProperty("trigger")]
public virtual string Trigger { get; set; }
Property Value
Type | Description |
---|---|
string |