public sealed class StopBackfillJobResponse : IMessage<StopBackfillJobResponse>, IEquatable<StopBackfillJobResponse>, IDeepCloneable<StopBackfillJobResponse>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This webpage details the `StopBackfillJobResponse` class within the `Google.Cloud.Datastream.V1` namespace, used for manually stopping a backfill job for a specific stream object."],["The latest version documented is 2.9.0, and versions ranging from 1.0.0 up to 2.9.0 are listed and linked, allowing for historical version review."],["`StopBackfillJobResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing various functionalities."],["The `StopBackfillJobResponse` class includes a property named `Object` of type `StreamObject`, representing the stream object resource associated with the stopped backfill job."],["The class provides two constructors, a default one and another that accepts another instance of the same class as parameter, allowing for object copying."]]],[]]