你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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