Show / Hide Table of Contents

Class OracleToPostgresConfig

Configuration for heterogeneous Oracle to Cloud SQL for PostgreSQL and Oracle to AlloyDB for PostgreSQL migrations.

Inheritance
object
OracleToPostgresConfig
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 OracleToPostgresConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OracleSourceConfig

Optional. Configuration for Oracle source.

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

PostgresDestinationConfig

Optional. Configuration for Postgres destination.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX