Show / Hide Table of Contents

Class ExportContext.SqlExportOptionsData.PostgresExportOptionsData

Options for exporting from a Cloud SQL for PostgreSQL instance.

Inheritance
object
ExportContext.SqlExportOptionsData.PostgresExportOptionsData
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 ExportContext.SqlExportOptionsData.PostgresExportOptionsData

Properties

Clean

Optional. Use this option to include DROP <object> SQL statements. Use these statements to delete database objects before running the import operation.

Declaration
[JsonProperty("clean")]
public virtual bool? Clean { get; set; }
Property Value
Type Description
bool?

IfExists

Optional. Option to include an IF EXISTS SQL statement with each DROP statement produced by clean.

Declaration
[JsonProperty("ifExists")]
public virtual bool? IfExists { get; set; }
Property Value
Type Description
bool?
In this article
Back to top Generated by DocFX