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 halt a running backfill job for a specific stream object in Google Cloud Datastream."],["The `StopBackfillJobRequest` class is part of the `Google.Cloud.Datastream.V1` namespace and is implemented within the `Google.Cloud.Datastream.V1.dll` assembly."],["It offers two constructors: a default one and another that takes an existing `StopBackfillJobRequest` object as a parameter to provide a copy constructor."],["The class includes two properties: `Object`, a string representing the name of the stream object resource, and `ObjectAsStreamObjectName`, a `StreamObjectName`-typed view of the object resource name."],["The page provides access to all versions of the `StopBackfillJobRequest` class from 1.0.0 up to 2.9.0, with 2.9.0 being the latest."]]],[]]