Partager via


FileSystemOperationsExtensions.GetContentSummaryAsync Méthode

Définition

Obtient l’objet de résumé du contenu de fichier spécifié par le chemin d’accès au fichier.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.ContentSummaryResult> GetContentSummaryAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string getContentSummaryFilePath, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.ContentSummaryResult> GetContentSummaryAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, System.Threading.CancellationToken cancellationToken = default);
static member GetContentSummaryAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.ContentSummaryResult>
static member GetContentSummaryAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.ContentSummaryResult>
<Extension()>
Public Function GetContentSummaryAsync (operations As IFileSystemOperations, accountName As String, getContentSummaryFilePath As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContentSummaryResult)
<Extension()>
Public Function GetContentSummaryAsync (operations As IFileSystemOperations, accountName As String, path As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContentSummaryResult)

Paramètres

operations
IFileSystemOperations

Groupe d’opérations pour cette méthode d’extension.

accountName
String

Compte Azure Data Lake Store sur lequel exécuter des opérations de système de fichiers.

getContentSummaryFilePathpath
String

Chemin d’accès Data Lake Store (commençant par « / ») du fichier pour lequel récupérer le résumé.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à