public sealed class BackfillNoneStrategy : IMessage<Stream.Types.BackfillNoneStrategy>, IEquatable<Stream.Types.BackfillNoneStrategy>, IDeepCloneable<Stream.Types.BackfillNoneStrategy>, IBufferMessage, IMessage
Backfill strategy to disable automatic backfill for the Stream's objects.
[[["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."],[[["The `BackfillNoneStrategy` class, found in the `Google.Cloud.Datastream.V1` namespace, is designed to disable automatic backfill for stream objects."],["This class has multiple available versions, ranging from version 1.0.0 to the latest 2.9.0, all accessible through provided links."],["`BackfillNoneStrategy` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for data handling and manipulation."],["It inherits from the base `Object` class and offers constructors to create new instances, either default or by cloning an existing `BackfillNoneStrategy`."]]],[]]