GetAccessibleDatabasesResponseResult Property |
Contains the databases names as keys,
and the associated privileges for the database as
String values.
In case you specified
Full,
it will contain
Object values with the permissions for the databases
('permission') as well as the permissions for the collections ('collections').
Namespace:
ArangoDBNetStandard.UserApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public Dictionary<string, Object> Result { get; set; }
Public Property Result As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Result {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Result : Dictionary<string, Object> with get, set
Property Value
Type:
DictionaryString,
ObjectRemarks See Also