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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `StartBackfillJobRequest` class within the Google Cloud Datastream V1 API, specifically version 2.5.0."],["The `StartBackfillJobRequest` class is used to manually initiate a backfill job for a specific stream object."],["The latest available version of the documentation is 2.9.0, and there are links to access documentation for versions ranging from 1.0.0 to 2.9.0."],["The `StartBackfillJobRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to handle methods for object comparison, data cloning, and object communication protocols."],["Key properties of this class include `Object`, which specifies the stream object resource name for the backfill job, and `ObjectAsStreamObjectName`, which provides a typed view of the `Object` resource name."]]],[]]