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-04-09 UTC."],[[["This document provides reference information for the `StartBackfillJobRequest` class within the Google Cloud Datastream V1 API, specifically for version 2.3.0."],["The `StartBackfillJobRequest` class is used to manually initiate a backfill job for a specified stream object, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.9.0, and this page also provides links to previous versions ranging from 2.8.0 down to 1.0.0, each with documentation for the `StartBackfillJobRequest`."],["This `StartBackfillJobRequest` class can be constructed using an empty parameter or another `StartBackfillJobRequest` object, and it contains the properties `Object` (string) and `ObjectAsStreamObjectName` (`StreamObjectName`)."]]],[]]