Click or drag to resize

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; }

Property Value

Type: DictionaryString, Object
Remarks
The type of the full Object values will depend on the serializer used. When using the default JsonNetApiClientSerialization, values will be JObject.
See Also