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 v1 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-04-09 UTC."],[[["This document provides reference documentation for the `Stream.Types.BackfillAllStrategy` class within the Google Cloud Datastream v1 API, detailing its functionality for automatically backfilling a stream's objects."],["The `BackfillAllStrategy` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class includes constructors for creating instances, either default or based on an existing `BackfillAllStrategy` object, and it features properties like `ExcludedObjectsCase` to manage different types of excluded objects."],["It allows specifying objects to exclude from backfilling for MySQL, Oracle, and PostgreSQL data sources through `MysqlExcludedObjects`, `OracleExcludedObjects`, and `PostgresqlExcludedObjects` properties respectively."],["The documented content includes various previous versions of this document, from 1.0.0 to the latest version 2.9.0, which provides a complete list of the available versions."]]],[]]