Class StopBackfillJobResponse
Response for manually stop 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 StopBackfillJobResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Object__
The stream object resource the backfill job was stopped for.
Declaration
[JsonProperty("object")]
public virtual StreamObject Object__ { get; set; }
Property Value
Type | Description |
---|---|
StreamObject |