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."],[[["The latest version of the `StartBackfillJobResponse` is 2.9.0, while version 2.1.0 is also detailed on this page alongside other versions from 1.0.0 onward."],["`StartBackfillJobResponse` is a class used for manually initiating a backfill job for a specific stream object."],["It inherits from `Object` and implements `IMessage\u003cStartBackfillJobResponse\u003e`, `IEquatable\u003cStartBackfillJobResponse\u003e`, `IDeepCloneable\u003cStartBackfillJobResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class contains a property `Object` of the type `StreamObject`, which is the stream object resource that the backfill job was started for."],["The namespace for the `StartBackfillJobResponse` class is `Google.Cloud.Datastream.V1`, and it's located within the `Google.Cloud.Datastream.V1.dll` assembly."]]],[]]