public sealed class StartBackfillJobResponse : IMessage<StartBackfillJobResponse>, IEquatable<StartBackfillJobResponse>, IDeepCloneable<StartBackfillJobResponse>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class StartBackfillJobResponse.
Response for manually initiating a backfill job for a specific stream object.
Implements
IMessageStartBackfillJobResponse, IEquatableStartBackfillJobResponse, IDeepCloneableStartBackfillJobResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
StartBackfillJobResponse()
public StartBackfillJobResponse()StartBackfillJobResponse(StartBackfillJobResponse)
public StartBackfillJobResponse(StartBackfillJobResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
StartBackfillJobResponse |
Properties
Object
public StreamObject Object { get; set; }The stream object resource a backfill job was started for.
| Property Value | |
|---|---|
| Type | Description |
StreamObject |
|