Class ManagedMySqlDatabaseInboundReplicationCollection
The collection of inbound replication records for a specific MySQL server.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ManagedMySqlDatabaseInboundReplicationCollection
Properties
InboundReplicationsCount
Declaration
[JsonProperty(PropertyName = "inboundReplicationsCount")]
public int? InboundReplicationsCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of sources this server is replicating from. |
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ManagedMySqlDatabaseInboundReplicationSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ManagedMySqlDatabaseInboundReplicationSummary> | A list of ManagedMySqlDatabaseInboundReplicationSummary records. |
Remarks
Required
ParallelWorkers
Declaration
[JsonProperty(PropertyName = "parallelWorkers")]
public int? ParallelWorkers { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of applier threads for executing replication transactions in parallel. |
PreserveCommitOrder
Declaration
[JsonProperty(PropertyName = "preserveCommitOrder")]
public string PreserveCommitOrder { get; set; }
Property Value
Type | Description |
---|---|
string | For multi-threaded replicas, indicates if transactions are executed and committed on the replica in the same order as they appear in the relay log. |
ReplicaServerId
Declaration
[JsonProperty(PropertyName = "replicaServerId")]
public long? ReplicaServerId { get; set; }
Property Value
Type | Description |
---|---|
long? | The server ID value of this replica. |
ReplicaUuid
Declaration
[JsonProperty(PropertyName = "replicaUuid")]
public string ReplicaUuid { get; set; }
Property Value
Type | Description |
---|---|
string | The Universally Unique Identifier (UUID) value of this replica server. |