Class ImportContext.CsvImportOptionsData
Options for importing data as CSV.
Inheritance
System.Object
ImportContext.CsvImportOptionsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class CsvImportOptionsData
Properties
Columns
The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
Declaration
[JsonProperty("columns")]
public virtual IList<string> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
Table
The table to which CSV data is imported.
Declaration
[JsonProperty("table")]
public virtual string Table { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |