The database environment's priority in replication group elections.
A special value of 0 indicates that this environment cannot be a
replication group master. If not configured, then a default value
of 100 is used.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public uint RepPriority { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RepPriority As UInteger |
Visual C++ |
---|
public: property unsigned int RepPriority { unsigned int get (); void set (unsigned int value); } |