Show / Hide Table of Contents

Class BackfillJob

Represents a backfill job on a specific stream object.

Inheritance
object
BackfillJob
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX