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 webpage provides documentation for the `StartBackfillJobResponse` class within the Google Cloud Datastream v1 API, specifically for .NET development."],["The `StartBackfillJobResponse` class represents the response received when a backfill job is manually initiated for a stream object, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Datastream API is 2.9.0, while this page focuses on version 2.5.0 and details other versions ranging from 1.0.0 up to 2.9.0."],["The `StartBackfillJobResponse` class has properties such as `Object`, which identifies the `StreamObject` that a backfill job was started for."],["It also displays the inherited members, constructors, and methods associated with `StartBackfillJobResponse`, such as `GetHashCode()`, `GetType()`, `ToString()`, and the default parameterless constructor and a constructor that can use another instance of the class."]]],[]]