public sealed class 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.
Implements
IMessage<Stream.Types.BackfillAllStrategy>, IEquatable<Stream.Types.BackfillAllStrategy>, IDeepCloneable<Stream.Types.BackfillAllStrategy>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
BackfillAllStrategy()
public BackfillAllStrategy()
BackfillAllStrategy(Stream.Types.BackfillAllStrategy)
public BackfillAllStrategy(Stream.Types.BackfillAllStrategy other)
Parameter | |
---|---|
Name | Description |
other | Stream.Types.BackfillAllStrategy |
Properties
ExcludedObjectsCase
public Stream.Types.BackfillAllStrategy.ExcludedObjectsOneofCase ExcludedObjectsCase { get; }
Property Value | |
---|---|
Type | Description |
Stream.Types.BackfillAllStrategy.ExcludedObjectsOneofCase |
MysqlExcludedObjects
public MysqlRdbms MysqlExcludedObjects { get; set; }
MySQL data source objects to avoid backfilling.
Property Value | |
---|---|
Type | Description |
MysqlRdbms |
OracleExcludedObjects
public OracleRdbms OracleExcludedObjects { get; set; }
Oracle data source objects to avoid backfilling.
Property Value | |
---|---|
Type | Description |
OracleRdbms |
PostgresqlExcludedObjects
public PostgresqlRdbms PostgresqlExcludedObjects { get; set; }
PostgreSQL data source objects to avoid backfilling.
Property Value | |
---|---|
Type | Description |
PostgresqlRdbms |