Show / Hide Table of Contents

Class OracleSourceConfig

Configuration for Oracle as a source in a migration.

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.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.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

CdcStartPosition

Optional. The schema change number (SCN) to start CDC data migration from.

Declaration
[JsonProperty("cdcStartPosition")]
public virtual long? CdcStartPosition { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

LogMiner

Use LogMiner.

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

MaxConcurrentCdcConnections

Optional. Maximum number of connections Database Migration Service will open to the source for CDC phase.

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

MaxConcurrentFullDumpConnections

Optional. Maximum number of connections Database Migration Service will open to the source for full dump phase.

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

SkipFullDump

Optional. Whether to skip full dump or not.

Declaration
[JsonProperty("skipFullDump")]
public virtual bool? SkipFullDump { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX