UserApiClientGetCollectionAccessLevelAsync Method |
Gets specific collection access level of a user for a given database.
Namespace:
ArangoDBNetStandard.UserApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public virtual Task<GetAccessLevelResponse> GetCollectionAccessLevelAsync(
string username,
string dbName,
string collectionName
)
Public Overridable Function GetCollectionAccessLevelAsync (
username As String,
dbName As String,
collectionName As String
) As Task(Of GetAccessLevelResponse)
public:
virtual Task<GetAccessLevelResponse^>^ GetCollectionAccessLevelAsync(
String^ username,
String^ dbName,
String^ collectionName
)
abstract GetCollectionAccessLevelAsync :
username : string *
dbName : string *
collectionName : string -> Task<GetAccessLevelResponse>
override GetCollectionAccessLevelAsync :
username : string *
dbName : string *
collectionName : string -> Task<GetAccessLevelResponse>
Parameters
- username
- Type: SystemString
The name of the user. - dbName
- Type: SystemString
The name of the database. - collectionName
- Type: SystemString
The name of the collection.
Return Value
Type:
TaskGetAccessLevelResponseImplements
IUserApiClientGetCollectionAccessLevelAsync(String, String, String)See Also