public sealed class BackfillAllStrategy : IMessage<Stream.Types.BackfillAllStrategy>, IEquatable<Stream.Types.BackfillAllStrategy>, IDeepCloneable<Stream.Types.BackfillAllStrategy>, IBufferMessage, IMessage
Backfill strategy to automatically backfill the Stream's objects.
Specific objects can be excluded.
[[["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 `BackfillAllStrategy` class within the `Google.Cloud.Datastream.V1` namespace, specifically focusing on version 2.0.0."],["The `BackfillAllStrategy` class is designed to automatically backfill objects in a data stream, with the capability to exclude specific objects from this process."],["It supports exclusion of data objects from MySQL and Oracle data sources during the backfilling process using `MysqlExcludedObjects` and `OracleExcludedObjects` properties, respectively."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["There are two constructors available for this class, a default constructor `BackfillAllStrategy()`, and another that takes in a `Stream.Types.BackfillAllStrategy` object as a parameter, `BackfillAllStrategy(Stream.Types.BackfillAllStrategy other)`."]]],[]]