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 documentation for the `StartBackfillJobRequest` class within the Google Cloud Datastream v1 API, specifically for version 2.8.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.7.0 down to 1.0.0 of the `StartBackfillJobRequest` documentation."],["Key properties of `StartBackfillJobRequest` include `Object`, a string representing the stream object resource name, and `ObjectAsStreamObjectName`, a `StreamObjectName`-typed view of the object resource name."],["The `StartBackfillJobRequest` class has two constructors, one default and one that accepts another `StartBackfillJobRequest` object as a parameter."]]],[]]