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 for .NET, used to represent the response when manually stopping a backfill job."],["The class is available in multiple versions, ranging from 1.0.0 to 2.9.0, with 2.9.0 being the latest version provided, and 1.0.0 also being the basis for this documentation."],["`StopBackfillJobResponse` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class has two constructors: a default constructor and a copy constructor that takes another `StopBackfillJobResponse` instance, and it also contains a `StreamObject` property which returns the stream object resource the backfill job was stopped for."],["The class is contained in the Google.Cloud.Datastream.V1.dll assembly."]]],[]]