DataLakeStoreFileSystemClient.GetContentSummary 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.
Obtains the content summary recursively
public Microsoft.Azure.DataLake.Store.ContentSummary GetContentSummary (string path, string accountName, int numThreads, System.Threading.CancellationToken cancelToken);
member this.GetContentSummary : string * string * int * System.Threading.CancellationToken -> Microsoft.Azure.DataLake.Store.ContentSummary
Public Function GetContentSummary (path As String, accountName As String, numThreads As Integer, cancelToken As CancellationToken) As ContentSummary
Parameters
- path
- String
File Path
- accountName
- String
Account name
- numThreads
- Int32
Concurrency
- cancelToken
- CancellationToken
Cancelation token