Class MySqlChannelApplyError
MySQL server replication channel name and error from its apply operation. MySQL support within OCI Database Management service has been deprecated as of January 29, 2026.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class MySqlChannelApplyError
Properties
ApplyError
Declaration
[Required(ErrorMessage = "ApplyError is required.")]
[JsonProperty(PropertyName = "applyError")]
public MySqlApplyError ApplyError { get; set; }
Property Value
| Type | Description |
|---|---|
| MySqlApplyError |
Remarks
Required
ChannelName
Declaration
[JsonProperty(PropertyName = "channelName")]
public string ChannelName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the replication channel. |