DataStream v1 API - Class StopBackfillJobResponse (2.6.0)

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.

Inheritance

object > StopBackfillJobResponse

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

StopBackfillJobResponse()

public StopBackfillJobResponse()

StopBackfillJobResponse(StopBackfillJobResponse)

public StopBackfillJobResponse(StopBackfillJobResponse other)
Parameter
NameDescription
otherStopBackfillJobResponse

Properties

Object

public StreamObject Object { get; set; }

The stream object resource the backfill job was stopped for.

Property Value
TypeDescription
StreamObject