Show / Hide Table of Contents

Class ImportContext.SqlImportOptionsData.PostgresImportOptionsData

Optional. Options for importing from a Cloud SQL for PostgreSQL instance.

Inheritance
object
ImportContext.SqlImportOptionsData.PostgresImportOptionsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?
In this article
Back to top Generated by DocFX