Show / Hide Table of Contents

Class StartBackfillJobRequest

Request for manually initiating a backfill job for a specific stream object.

Inheritance
object
StartBackfillJobRequest
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.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class StartBackfillJobRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventFilter

Optional. Optional event filter. If not set, or empty, the backfill will be performed on the entire object. This is currently used for partial backfill and only supported for SQL Server sources.

Declaration
[JsonProperty("eventFilter")]
public virtual EventFilter EventFilter { get; set; }
Property Value
Type Description
EventFilter

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX