DataStream v1 API - Class StartBackfillJobRequest (2.7.0)

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

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

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

Inheritance

object > StartBackfillJobRequest

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

StartBackfillJobRequest()

public StartBackfillJobRequest()

StartBackfillJobRequest(StartBackfillJobRequest)

public StartBackfillJobRequest(StartBackfillJobRequest other)
Parameter
Name Description
other StartBackfillJobRequest

Properties

Object

public string Object { get; set; }

Required. The name of the stream object resource to start a backfill job for.

Property Value
Type Description
string

ObjectAsStreamObjectName

public StreamObjectName ObjectAsStreamObjectName { get; set; }

StreamObjectName-typed view over the Object resource name property.

Property Value
Type Description
StreamObjectName