Share via


NamespaceGeoDataReplicationProperties Class

Definition

GeoDR Replication properties.

public class NamespaceGeoDataReplicationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventHubs.Models.NamespaceGeoDataReplicationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventHubs.Models.NamespaceGeoDataReplicationProperties>
type NamespaceGeoDataReplicationProperties = class
    interface IJsonModel<NamespaceGeoDataReplicationProperties>
    interface IPersistableModel<NamespaceGeoDataReplicationProperties>
Public Class NamespaceGeoDataReplicationProperties
Implements IJsonModel(Of NamespaceGeoDataReplicationProperties), IPersistableModel(Of NamespaceGeoDataReplicationProperties)
Inheritance
NamespaceGeoDataReplicationProperties
Implements

Constructors

NamespaceGeoDataReplicationProperties()

Initializes a new instance of NamespaceGeoDataReplicationProperties.

Properties

Locations

A list of regions where replicas of the namespace are maintained.

MaxReplicationLagDurationInSeconds

The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day.

Explicit Interface Implementations

IJsonModel<NamespaceGeoDataReplicationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NamespaceGeoDataReplicationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NamespaceGeoDataReplicationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NamespaceGeoDataReplicationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NamespaceGeoDataReplicationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to