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."],[[["The latest version available for the `StartBackfillJobRequest` is 2.9.0, and there are multiple previous versions available, ranging from 2.8.0 down to 1.0.0."],["`StartBackfillJobRequest` is a class in the `Google.Cloud.Datastream.V1` namespace, used within the DataStream v1 API to initiate a backfill job for a specific stream object."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StartBackfillJobRequest` class includes properties such as `Object` and `ObjectAsStreamObjectName`, and it offers two constructors: a default one and one that takes another `StartBackfillJobRequest` as a parameter."]]],[]]