Class MySqlReplicationApplierFilter
Filter configured for a replication channel
Inherited Members
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. |