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