GetServerRoleResponse Properties |
The GetServerRoleResponse type exposes the following members.
Name | Description | |
---|---|---|
Code |
The HTTP status code.
(Inherited from ResponseBase.) | |
Error |
Always false.
(Inherited from ResponseBase.) | |
Role |
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.
|