Share via


IGeoDataReplicationProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.GeoDataReplicationPropertiesTypeConverter))]
public interface IGeoDataReplicationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.GeoDataReplicationPropertiesTypeConverter))>]
type IGeoDataReplicationProperties = interface
    interface IJsonSerializable
Public Interface IGeoDataReplicationProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Location

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

MaxReplicationLagDurationInSecond

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to