Class ExportContext.CsvExportOptionsData
Options for exporting data as CSV. MySQL and PostgreSQL instances only.
Inheritance
System.Object
ExportContext.CsvExportOptionsData
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 CsvExportOptionsData
Properties
SelectQuery
The select query used to extract the data.
Declaration
[JsonProperty("selectQuery")]
public virtual string SelectQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |