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 |
MongodbExcludedObjects
MongoDB data source objects to avoid backfilling
Declaration
[JsonProperty("mongodbExcludedObjects")]
public virtual MongodbCluster MongodbExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
Mongodb |
MysqlExcludedObjects
MySQL data source objects to avoid backfilling.
Declaration
[JsonProperty("mysqlExcludedObjects")]
public virtual MysqlRdbms MysqlExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
Mysql |
OracleExcludedObjects
Oracle data source objects to avoid backfilling.
Declaration
[JsonProperty("oracleExcludedObjects")]
public virtual OracleRdbms OracleExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
Oracle |
PostgresqlExcludedObjects
PostgreSQL data source objects to avoid backfilling.
Declaration
[JsonProperty("postgresqlExcludedObjects")]
public virtual PostgresqlRdbms PostgresqlExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
Postgresql |
SalesforceExcludedObjects
Salesforce data source objects to avoid backfilling
Declaration
[JsonProperty("salesforceExcludedObjects")]
public virtual SalesforceOrg SalesforceExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
Salesforce |
SqlServerExcludedObjects
SQLServer data source objects to avoid backfilling
Declaration
[JsonProperty("sqlServerExcludedObjects")]
public virtual SqlServerRdbms SqlServerExcludedObjects { get; set; }
Property Value
Type | Description |
---|---|
Sql |