The Role type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Role | Initializes a new instance of the Role class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides Object Equals(Object).) |
![]() | GetHashCode | (Overrides Object GetHashCode .) |
![]() | isPredefined |
Is role pre-defined.
|
![]() | ToString | (Overrides Object ToString .) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DataAdmin |
Manage indicies and user defined functions.
|
![]() | name |
Role name.
|
![]() | privileges |
List of assigned privileges.
|
![]() ![]() | Read |
Allow read transactions.
|
![]() | readQuota |
Maximum reads per second limit.
|
![]() ![]() | ReadWrite |
Allow read and write transactions.
|
![]() ![]() | ReadWriteUdf |
Allow read and write transactions within user defined functions.
|
![]() ![]() | SysAdmin |
Manage server configuration.
|
![]() ![]() | UserAdmin |
Manage users their roles.
|
![]() | whitelist |
List of allowable IP addresses.
|
![]() ![]() | Write |
Allow write transactions.
|
![]() | writeQuota |
Maximum writes per second limit.
|
See Also