Class StartBackfillJobRequest
Request for manually initiating a backfill job for a specific stream object.
Implements
Inherited Members
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 |