DataLakeStoreFileSystemClient.GetFileProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetFileProperties(String, String, Boolean, String, Boolean, Boolean, Int32, Boolean, Boolean, Int64)
public void GetFileProperties (string accountName, string path, bool getAclUsage, string dumpFileName, bool getDiskUsage, bool saveToLocal, int numThreads, bool displayFiles, bool hideConsistentAcl, long maxDepth);
member this.GetFileProperties : string * string * bool * string * bool * bool * int * bool * bool * int64 -> unit
Public Sub GetFileProperties (accountName As String, path As String, getAclUsage As Boolean, dumpFileName As String, getDiskUsage As Boolean, saveToLocal As Boolean, numThreads As Integer, displayFiles As Boolean, hideConsistentAcl As Boolean, maxDepth As Long)
Parameters
- accountName
- String
- path
- String
- getAclUsage
- Boolean
- dumpFileName
- String
- getDiskUsage
- Boolean
- saveToLocal
- Boolean
- numThreads
- Int32
- displayFiles
- Boolean
- hideConsistentAcl
- Boolean
- maxDepth
- Int64
Applies to
GetFileProperties(String, String, Boolean, String, Boolean, Boolean, Int32, Boolean, Boolean, Int64, Cmdlet, CancellationToken)
Get file properties
public void GetFileProperties (string accountName, string path, bool getAclUsage, string dumpFileName, bool getDiskUsage, bool saveToLocal, int numThreads, bool displayFiles, bool hideConsistentAcl, long maxDepth, System.Management.Automation.Cmdlet cmdlet, System.Threading.CancellationToken cmdletCancellationToken);
member this.GetFileProperties : string * string * bool * string * bool * bool * int * bool * bool * int64 * System.Management.Automation.Cmdlet * System.Threading.CancellationToken -> unit
Public Sub GetFileProperties (accountName As String, path As String, getAclUsage As Boolean, dumpFileName As String, getDiskUsage As Boolean, saveToLocal As Boolean, numThreads As Integer, displayFiles As Boolean, hideConsistentAcl As Boolean, maxDepth As Long, cmdlet As Cmdlet, cmdletCancellationToken As CancellationToken)
Parameters
- accountName
- String
Account name
- path
- String
Path
- getAclUsage
- Boolean
Get Acl usage
- dumpFileName
- String
Dump file name
- getDiskUsage
- Boolean
GetDisk usage
- saveToLocal
- Boolean
Save to local
- numThreads
- Int32
Number of threads
- displayFiles
- Boolean
Display files
- hideConsistentAcl
- Boolean
Hide consistent Acl
- maxDepth
- Int64
Maximum depth
- cmdlet
- Cmdlet
ExportFileProperties Commandlet
- cmdletCancellationToken
- CancellationToken
CancellationToken