public sealed class StartBackfillJobRequest : IMessage<StartBackfillJobRequest>, IEquatable<StartBackfillJobRequest>, IDeepCloneable<StartBackfillJobRequest>, IBufferMessage, IMessage
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 details the `StartBackfillJobRequest` class, which is used to manually initiate a backfill job for a specific stream object in Google Cloud Datastream."],["The `StartBackfillJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of `StartBackfillJobRequest` is 2.9.0, with older versions ranging back to 1.0.0, showing its evolutionary history."],["The class has two constructors, a parameterless constructor and one that takes another `StartBackfillJobRequest` object, allowing for the creation of a new object or a copy of an existing one."],["The `Object` property is required and represents the name of the stream object resource, while the `ObjectAsStreamObjectName` provides a typed view over the resource name."]]],[]]