Show / Hide Table of Contents

Class OracleSourceConfig

Oracle data source configuration

Inheritance
object
OracleSourceConfig
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.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class OracleSourceConfig : IDirectResponseSchema

Properties

BinaryLogParser

Use Binary Log Parser.

Declaration
[JsonProperty("binaryLogParser")]
public virtual BinaryLogParser BinaryLogParser { get; set; }
Property Value
Type Description
BinaryLogParser

DropLargeObjects

Drop large object values.

Declaration
[JsonProperty("dropLargeObjects")]
public virtual DropLargeObjects DropLargeObjects { get; set; }
Property Value
Type Description
DropLargeObjects

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludeObjects

Oracle objects to exclude from the stream.

Declaration
[JsonProperty("excludeObjects")]
public virtual OracleRdbms ExcludeObjects { get; set; }
Property Value
Type Description
OracleRdbms

IncludeObjects

Oracle objects to include in the stream.

Declaration
[JsonProperty("includeObjects")]
public virtual OracleRdbms IncludeObjects { get; set; }
Property Value
Type Description
OracleRdbms

LogMiner

Use LogMiner.

Declaration
[JsonProperty("logMiner")]
public virtual LogMiner LogMiner { get; set; }
Property Value
Type Description
LogMiner

MaxConcurrentBackfillTasks

Maximum number of concurrent backfill tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.

Declaration
[JsonProperty("maxConcurrentBackfillTasks")]
public virtual int? MaxConcurrentBackfillTasks { get; set; }
Property Value
Type Description
int?

MaxConcurrentCdcTasks

Maximum number of concurrent CDC tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.

Declaration
[JsonProperty("maxConcurrentCdcTasks")]
public virtual int? MaxConcurrentCdcTasks { get; set; }
Property Value
Type Description
int?

StreamLargeObjects

Stream large object values.

Declaration
[JsonProperty("streamLargeObjects")]
public virtual StreamLargeObjects StreamLargeObjects { get; set; }
Property Value
Type Description
StreamLargeObjects

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX