MockAdlsClient.SetAcl(String, List<AclEntry>, CancellationToken) Method

Definition

Sets new acl entries for the given path.

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

Parameters

path
String

Path of file or directory

aclSpec
List<AclEntry>

Acl list to set

cancelToken
CancellationToken

Cancellation token

Applies to