public sealed class StopBackfillJobRequest : IMessage<StopBackfillJobRequest>, IEquatable<StopBackfillJobRequest>, IDeepCloneable<StopBackfillJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class StopBackfillJobRequest.
Request for manually stopping a running 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 document provides reference documentation for the `StopBackfillJobRequest` class within the Google Cloud Datastream v1 API, detailing its functionality for manually stopping a running backfill job for a specific stream object."],["The `StopBackfillJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation within the API."],["It includes constructors for creating instances of `StopBackfillJobRequest` and properties like `Object` and `ObjectAsStreamObjectName` to specify the target stream object."],["The page lists available versions of the class, ranging from version 1.0.0 up to the latest version 2.9.0, allowing developers to access the appropriate version of the class."],["The `StopBackfillJobRequest` class inherits from `Object`, and also contains various inherited members and methods."]]],[]]