Class DomainReplication
(For tenancies that support identity domains) Identity domain replication states.
Inheritance
System.Object
DomainReplication
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class DomainReplication : object
Properties
DomainReplicationStates
Declaration
public System.Collections.Generic.List<DomainReplicationStates> DomainReplicationStates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DomainReplicationStates> | The identity domain's replication state. |
Remarks
Required
OpcWaterMark
Declaration
public System.Nullable<decimal> OpcWaterMark { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The version number indicating the value of kievTxnId, starting from which the identity domain replication events need to be returned. |
Remarks
Required
TxnSeqNumber
Declaration
public System.Nullable<decimal> TxnSeqNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | A custom value defining the order of records with the same kievTxnId. |
Remarks
Required