Share via


MockAdlsClient.GetFileProperties Method

Definition

Gets fileproperties, conmsistentacl is always true since this is mock

public override void GetFileProperties (string path, bool getAclUsage, string dumpFileName, bool getDiskUsage = true, bool saveToLocal = true, int numThreads = -1, bool displayFiles = false, bool hideConsistentAcl = false, long maxDepth = 9223372036854775807, System.Threading.CancellationToken cancelToken = default);
override this.GetFileProperties : string * bool * string * bool * bool * int * bool * bool * int64 * System.Threading.CancellationToken -> unit
Public Overrides Sub GetFileProperties (path As String, getAclUsage As Boolean, dumpFileName As String, Optional getDiskUsage As Boolean = true, Optional saveToLocal As Boolean = true, Optional numThreads As Integer = -1, Optional displayFiles As Boolean = false, Optional hideConsistentAcl As Boolean = false, Optional maxDepth As Long = 9223372036854775807, Optional cancelToken As CancellationToken = Nothing)

Parameters

path
String
getAclUsage
Boolean
dumpFileName
String
getDiskUsage
Boolean
saveToLocal
Boolean
numThreads
Int32
displayFiles
Boolean
hideConsistentAcl
Boolean
maxDepth
Int64
cancelToken
CancellationToken

Applies to