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-31 UTC."],[[["This document provides reference documentation for the `StopBackfillJobRequest` class within the Google Cloud Datastream v1 API, specifically version 2.6.0."],["The `StopBackfillJobRequest` class is used to manually stop a running backfill job for a specific stream object."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StopBackfillJobRequest` class has properties such as `Object`, a string representing the stream object resource name, and `ObjectAsStreamObjectName`, a `StreamObjectName`-typed view of the object resource name."],["The latest version for this class is 2.9.0 with other previous versions available going all the way back to 1.0.0."]]],[]]