Show / Hide Table of Contents

Class DomainReplication

(For tenancies that support identity domains) Identity domain replication states.

Inheritance
object
DomainReplication
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class DomainReplication

Properties

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

In this article
Back to top