Freigeben über


FileSystemOperationsExtensions.GetContentSummaryAsync Methode

Definition

Ruft das durch den Dateipfad angegebene Dateiinhaltszusammenfassungsobjekt ab.

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)

Parameter

operations
IFileSystemOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Store-Konto zum Ausführen von Dateisystemvorgängen.

getContentSummaryFilePathpath
String

Der Data Lake Store-Pfad (beginnend mit "/") der Datei, für die die Zusammenfassung abgerufen werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: