public sealed class Stream.Types.BackfillAllStrategy : IMessage<Stream.Types.BackfillAllStrategy>, IEquatable<Stream.Types.BackfillAllStrategy>, IDeepCloneable<Stream.Types.BackfillAllStrategy>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class Stream.Types.BackfillAllStrategy.
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."],[[["The `Stream.Types.BackfillAllStrategy` class in the Google Cloud Datastream v1alpha1 API allows for automatic backfilling of a stream's objects, with options to exclude specific objects."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer messaging, object comparison, deep cloning, and buffer handling."],["`BackfillAllStrategy` provides constructors for creating new instances, either empty or based on another `BackfillAllStrategy` object."],["The class includes properties to manage the exclusion of objects from the backfill process, like `MysqlExcludedObjects` for MySQL and `OracleExcludedObjects` for Oracle databases."],["The latest version of the class is located at `2.0.0-alpha05` while the current documentation is showing the `2.0.0-alpha04` version, and older versions such as `1.0.0-beta02` are also available."]]],[]]