Class BackfillAllStrategy
Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class BackfillAllStrategy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MysqlExcludedObjects
MySQL data source objects to avoid backfilling.
Declaration
[JsonProperty("mysqlExcludedObjects")]
public virtual MysqlRdbms MysqlExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
MysqlRdbms |
OracleExcludedObjects
Oracle data source objects to avoid backfilling.
Declaration
[JsonProperty("oracleExcludedObjects")]
public virtual OracleRdbms OracleExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
OracleRdbms |