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-03-21 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, with the latest version being 2.9.0, and 2.4.0 being the version that the content is for."],["The class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a single property, `Object`, of type `StreamObject`, which contains information about the stream object associated with the stopped backfill job."],["There are multiple previous versions of the API available, ranging from 2.8.0 to 1.0.0."]]],[]]