Show / Hide Table of Contents

Class SqlInstancesStartExternalSyncRequest

Inheritance
object
SqlInstancesStartExternalSyncRequest
Implements
IDirectResponseSchema
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.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class SqlInstancesStartExternalSyncRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MigrationType

Optional. MigrationType configures the migration to use physical files or logical dump files. If not set, then the logical dump file configuration is used. Valid values are LOGICAL or PHYSICAL. Only applicable to MySQL.

Declaration
[JsonProperty("migrationType")]
public virtual string MigrationType { get; set; }
Property Value
Type Description
string

MysqlSyncConfig

MySQL-specific settings for start external sync.

Declaration
[JsonProperty("mysqlSyncConfig")]
public virtual MySqlSyncConfig MysqlSyncConfig { get; set; }
Property Value
Type Description
MySqlSyncConfig

SkipVerification

Whether to skip the verification step (VESS).

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

SyncMode

External sync mode.

Declaration
[JsonProperty("syncMode")]
public virtual string SyncMode { get; set; }
Property Value
Type Description
string

SyncParallelLevel

Optional. Parallel level for initial data sync. Currently only applicable for MySQL.

Declaration
[JsonProperty("syncParallelLevel")]
public virtual string SyncParallelLevel { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX