Class ImportContext.SqlImportOptionsData.PostgresImportOptionsData
Optional. Options for importing from a Cloud SQL for PostgreSQL instance.
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class ImportContext.SqlImportOptionsData.PostgresImportOptionsData
Properties
Clean
Optional. The --clean flag for the pg_restore utility. This flag applies only if you enabled Cloud SQL to import files in parallel.
Declaration
[JsonProperty("clean")]
public virtual bool? Clean { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IfExists
Optional. The --if-exists flag for the pg_restore utility. This flag applies only if you enabled Cloud SQL to import files in parallel.
Declaration
[JsonProperty("ifExists")]
public virtual bool? IfExists { get; set; }
Property Value
Type | Description |
---|---|
bool? |