Show / Hide Table of Contents

Class MySqlReplicationApplierFilter

Filter configured for a replication channel

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

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