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 within the Google Cloud Datastream service."],["The `StartBackfillJobRequest` class is part of the `Google.Cloud.Datastream.V1` namespace, found in the `Google.Cloud.Datastream.V1.dll` assembly, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Object`, representing the name of the stream object resource, and `ObjectAsStreamObjectName`, providing a typed view of the object's resource name."],["The class has two constructors: a default constructor and one that accepts another `StartBackfillJobRequest` object as a parameter."],["The page also contains links to previous versions, starting from version 1.0.0, all the way to the latest 2.9.0 version."]]],[]]