GetServerRoleResponseRole Property |
The server's role.
Possible values for role are:
SINGLE: the server is a standalone server without clustering.
COORDINATOR: the server is a Coordinator in a cluster.
PRIMARY: the server is a DB-Server in a cluster.
SECONDARY: this role is not used anymore.
AGENT: the server is an Agency node in a cluster.
UNDEFINED: the server is in a cluster, but its role cannot be determined.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Role { get; set; }
Public Property Role As String
Get
Set
public:
property String^ Role {
String^ get ();
void set (String^ value);
}
member Role : string with get, set
Property Value
Type:
StringSee Also