public sealed class StartBackfillJobRequest : IMessage<StartBackfillJobRequest>, IEquatable<StartBackfillJobRequest>, IDeepCloneable<StartBackfillJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class StartBackfillJobRequest.
Request for manually initiating a backfill job for a specific stream object.
Implements
IMessageStartBackfillJobRequest, IEquatableStartBackfillJobRequest, IDeepCloneableStartBackfillJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
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 |
|