Class DomainReplication
(For tenancies that support identity domains) Identity domain replication states.
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class DomainReplicationProperties
DomainReplicationStates
Declaration
[Required(ErrorMessage = "DomainReplicationStates is required.")]
[JsonProperty(PropertyName = "domainReplicationStates")]
public List<DomainReplicationStates> DomainReplicationStates { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DomainReplicationStates> | The identity domain's replication state. | 
Remarks
Required
OpcWaterMark
Declaration
[Required(ErrorMessage = "OpcWaterMark is required.")]
[JsonProperty(PropertyName = "opcWaterMark")]
public decimal? OpcWaterMark { get; set; }Property Value
| Type | Description | 
|---|---|
| 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
[Required(ErrorMessage = "TxnSeqNumber is required.")]
[JsonProperty(PropertyName = "txnSeqNumber")]
public decimal? TxnSeqNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| decimal? | A custom value defining the order of records with the same kievTxnId. | 
Remarks
Required