MockAdlsClient.SetAclAsync Method

Definition

Sets new acl entries for the given path.

public override System.Threading.Tasks.Task SetAclAsync (string path, System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> aclSpec, System.Threading.CancellationToken cancelToken = default);
override this.SetAclAsync : string * System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function SetAclAsync (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 set

cancelToken
CancellationToken

Cancellation token

Returns

Applies to