DataStream v1 API - Class StartBackfillJobResponse (2.3.0)

public sealed class StartBackfillJobResponse : IMessage<StartBackfillJobResponse>, IEquatable<StartBackfillJobResponse>, IDeepCloneable<StartBackfillJobResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class StartBackfillJobResponse.

Response for manually initiating a backfill job for a specific stream object.

Inheritance

object > StartBackfillJobResponse

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

StartBackfillJobResponse()

public StartBackfillJobResponse()

StartBackfillJobResponse(StartBackfillJobResponse)

public StartBackfillJobResponse(StartBackfillJobResponse other)
Parameter
NameDescription
otherStartBackfillJobResponse

Properties

Object

public StreamObject Object { get; set; }

The stream object resource a backfill job was started for.

Property Value
TypeDescription
StreamObject