Class StartBackfillJobRequest (2.1.0)

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

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
NameDescription
otherStartBackfillJobRequest

Properties

Object

public string Object { get; set; }

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

Property Value
TypeDescription
String

ObjectAsStreamObjectName

public StreamObjectName ObjectAsStreamObjectName { get; set; }

StreamObjectName-typed view over the Object resource name property.

Property Value
TypeDescription
StreamObjectName