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 page provides reference documentation for the `StartBackfillJobRequest` class within the Google Cloud Datastream V1 API, specifically version 2.4.0."],["The `StartBackfillJobRequest` class is used to manually initiate a backfill job for a specific stream object."],["The page lists all available versions for the `StartBackfillJobRequest`, from version 1.0.0 to the latest version 2.9.0, each linking to its respective documentation."],["`StartBackfillJobRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `StartBackfillJobRequest` class include `Object`, a string representing the stream object resource name, and `ObjectAsStreamObjectName`, a typed view of the object's resource name."]]],[]]