Class SqlExportOptions
Options for exporting data in SQL format.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class SqlExportOptions : IDirectResponseSchema
Properties
CleanTargetObjects
Optional. If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them.
Declaration
[JsonProperty("cleanTargetObjects")]
public virtual bool? CleanTargetObjects { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IfExistTargetObjects
Optional. If true, use DROP ... IF EXISTS commands to check for the object's existence before dropping it in clean_target_objects mode.
Declaration
[JsonProperty("ifExistTargetObjects")]
public virtual bool? IfExistTargetObjects { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SchemaOnly
Optional. If true, only export the schema.
Declaration
[JsonProperty("schemaOnly")]
public virtual bool? SchemaOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Tables
Optional. Tables to export from.
Declaration
[JsonProperty("tables")]
public virtual IList<string> Tables { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |