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, which is used for manually stopping a backfill job for a specific stream object in Datastream."],["The `StopBackfillJobResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers two constructors: a default constructor (`StopBackfillJobResponse()`) and a copy constructor that takes another `StopBackfillJobResponse` instance as input (`StopBackfillJobResponse(StopBackfillJobResponse other)`)."],["The primary property of this class is `Object`, which is of type `StreamObject`, and it represents the stream object resource for which the backfill job was halted."],["The webpage provides documentation across several versions of this library, ranging from version 1.0.0 up to the latest, which is version 2.9.0."]]],[]]