public sealed class StopBackfillJobRequest : IMessage<StopBackfillJobRequest>, IEquatable<StopBackfillJobRequest>, IDeepCloneable<StopBackfillJobRequest>, IBufferMessage, IMessage
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 webpage details the `StopBackfillJobRequest` class, which is used to manually stop a running backfill job for a specific stream object in Google Cloud Datastream."],["The latest version of this feature is 2.9.0, with older versions ranging from 2.8.0 down to 1.0.0 also documented."],["`StopBackfillJobRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `StopBackfillJobRequest` class has two constructors and includes properties such as `Object` and `ObjectAsStreamObjectName`, which are used to identify the specific stream object for which the backfill job should be stopped."]]],[]]