Share via


MockAdlsClient.ModifyAclEntriesAsync Method

Definition

Adds acl entries for a given path

public override System.Threading.Tasks.Task ModifyAclEntriesAsync (string path, System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> aclSpec, System.Threading.CancellationToken cancelToken = default);
override this.ModifyAclEntriesAsync : string * System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function ModifyAclEntriesAsync (path As String, aclSpec As List(Of AclEntry), Optional cancelToken As CancellationToken = Nothing) As Task

Parameters

path
String

Path of file or directory

aclSpec
List<AclEntry>

Acl list to append

cancelToken
CancellationToken

Cancellation token

Returns

Applies to