Show / Hide Table of Contents

Class PostgresDestinationConfig

Configuration for Postgres as a destination in a migration.

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

Properties

ETag

The ETag of the item.

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

MaxConcurrentConnections

Optional. Maximum number of connections Database Migration Service will open to the destination for data migration.

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

TransactionTimeout

Optional. Timeout for data migration transactions.

Declaration
[JsonProperty("transactionTimeout")]
public virtual object TransactionTimeout { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX