Show / Hide Table of Contents

Class MySqlReplicationApplierFilter

Filter configured for a replication channel. MySQL support within OCI Database Management service has been deprecated as of January 29, 2026.

Inheritance
object
MySqlReplicationApplierFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class MySqlReplicationApplierFilter

Properties

FilterName

Declaration
[Required(ErrorMessage = "FilterName is required.")]
[JsonProperty(PropertyName = "filterName")]
public string FilterName { get; set; }
Property Value
Type Description
string

The type of replication filter that has been configured for the replication channel.

Remarks

Required

FilterRule

Declaration
[JsonProperty(PropertyName = "filterRule")]
public string FilterRule { get; set; }
Property Value
Type Description
string

The rules configured for the replication filter type.

In this article
Back to top