Show / Hide Table of Contents

Class SqlInstancesStartExternalSyncRequest

Instance start external sync request.

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.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.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

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