Show / Hide Table of Contents

Class BackfillAllStrategy

Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.

Inheritance
object
BackfillAllStrategy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX