Show / Hide Table of Contents

Class ImportContext.SqlImportOptionsData

Optional. Options for importing data from SQL statements.

Inheritance
object
ImportContext.SqlImportOptionsData
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

Properties

Parallel

Optional. Whether or not the import should be parallel.

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

PostgresImportOptions

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

Declaration
[JsonProperty("postgresImportOptions")]
public virtual ImportContext.SqlImportOptionsData.PostgresImportOptionsData PostgresImportOptions { get; set; }
Property Value
Type Description
ImportContext.SqlImportOptionsData.PostgresImportOptionsData

Threads

Optional. The number of threads to use for parallel import.

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