Show / Hide Table of Contents

Class AnonymousTransactionsHandling

Specifies how the replication channel handles replicated transactions without an identifier, enabling replication from a source that does not use transaction-id-based replication to a replica that does.

Inheritance
object
AnonymousTransactionsHandling
AssignManualUuidHandling
AssignTargetUuidHandling
ErrorOnAnonymousHandling
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
[JsonConverter(typeof(AnonymousTransactionsHandlingModelConverter))]
public class AnonymousTransactionsHandling
In this article
Back to top