ReplicationRole Enum

Definition

Defines values for ReplicationRole.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ReplicationRole
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ReplicationRole = 
Public Enum ReplicationRole
Inheritance
ReplicationRole
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Copy 4
NonReadableSecondary 2
Primary 0
Secondary 1
Source 3

Applies to