public sealed class StartBackfillJobResponse : IMessage<StartBackfillJobResponse>, IEquatable<StartBackfillJobResponse>, IDeepCloneable<StartBackfillJobResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class StartBackfillJobResponse.
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 page provides documentation for the `StartBackfillJobResponse` class within the Google Cloud Datastream v1 API, specifically for .NET development."],["The `StartBackfillJobResponse` class represents the response received after manually initiating a backfill job for a specific stream object, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class documentation lists its inheritance, inherited members, namespace (`Google.Cloud.Datastream.V1`), and assembly (`Google.Cloud.Datastream.V1.dll`)."],["The documentation describes the constructors available for `StartBackfillJobResponse`, which include a parameterless constructor and a constructor that takes another `StartBackfillJobResponse` instance as an argument."],["The documentation shows the `Object` property, which of the `StreamObject` type and is used for identifying the stream object related to the backfill job, which can be retrieved through a getter and setter."]]],[]]