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 `StopBackfillJobRequest` class, part of the `Google.Cloud.Datastream.V1` namespace, has two constructors: a default constructor and one that takes another `StopBackfillJobRequest` object as a parameter."],["The class includes properties such as `Object`, which represents the name of the stream object resource, and `ObjectAsStreamObjectName`, a typed view over the `Object` resource name property."],["Multiple versions of the documentation are available, ranging from version 1.0.0 up to the latest version, 2.9.0, with links provided to each version's documentation."],["The class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits members from the base Object class."]]],[]]