Class PostgresSourceConfig
Configuration for Postgres as a source in a migration.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class PostgresSourceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SkipFullDump
Optional. Whether to skip full dump or not.
Declaration
[JsonProperty("skipFullDump")]
public virtual bool? SkipFullDump { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |