public sealed class StartBackfillJobResponse : IMessage<StartBackfillJobResponse>, IEquatable<StartBackfillJobResponse>, IDeepCloneable<StartBackfillJobResponse>, IBufferMessage, IMessage
Response 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 `StartBackfillJobResponse` class, which is used for initiating a backfill job for a specific stream object in Google Cloud Datastream."],["The latest version of `StartBackfillJobResponse` is 2.9.0, with several previous versions available, ranging down to version 1.0.0."],["The `StartBackfillJobResponse` class inherits from `Object` and implements `IMessage\u003cStartBackfillJobResponse\u003e`, `IEquatable\u003cStartBackfillJobResponse\u003e`, `IDeepCloneable\u003cStartBackfillJobResponse\u003e`, `IBufferMessage`, and `IMessage`."],["It includes a constructor and a property named `Object` of type `StreamObject`, which contains the stream object resource for which the backfill job has been initiated."],["The class is part of the `Google.Cloud.Datastream.V1` namespace, found in the `Google.Cloud.Datastream.V1.dll` assembly."]]],[]]