Class BackfillAllStrategy
Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.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 |
PostgresqlExcludedObjects
PostgreSQL data source objects to avoid backfilling.
Declaration
[JsonProperty("postgresqlExcludedObjects")]
public virtual PostgresqlRdbms PostgresqlExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
PostgresqlRdbms |
SqlServerExcludedObjects
SQLServer data source objects to avoid backfilling
Declaration
[JsonProperty("sqlServerExcludedObjects")]
public virtual SqlServerRdbms SqlServerExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
SqlServerRdbms |