public sealed class StopBackfillJobResponse : IMessage<StopBackfillJobResponse>, IEquatable<StopBackfillJobResponse>, IDeepCloneable<StopBackfillJobResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class StopBackfillJobResponse.
Response for manually stop 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-04-09 UTC."],[[["This webpage provides documentation for the `StopBackfillJobResponse` class within the Google Cloud Datastream v1 API, specifically for .NET development."],["The `StopBackfillJobResponse` class represents the response received after manually stopping a backfill job for a specific stream object, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page documents various versions of the `StopBackfillJobResponse` class, ranging from version 1.0.0 to the latest 2.9.0, indicating different releases and potential updates."],["The `StopBackfillJobResponse` class has one main property called `Object` which holds the stream object resource related to the stopped backfill job."],["The documentation includes details on the constructors for the `StopBackfillJobResponse` class, including a parameterless constructor and a copy constructor that takes another `StopBackfillJobResponse` as an argument."]]],[]]