FileSystemOperationsExtensions.GetContentSummary Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das durch den Dateipfad angegebene Dateiinhaltszusammenfassungsobjekt ab.
public static Microsoft.Azure.Management.DataLake.Store.Models.ContentSummaryResult GetContentSummary (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string getContentSummaryFilePath);
public static Microsoft.Azure.Management.DataLake.Store.Models.ContentSummaryResult GetContentSummary (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path);
static member GetContentSummary : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string -> Microsoft.Azure.Management.DataLake.Store.Models.ContentSummaryResult
static member GetContentSummary : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string -> Microsoft.Azure.Management.DataLake.Store.Models.ContentSummaryResult
<Extension()>
Public Function GetContentSummary (operations As IFileSystemOperations, accountName As String, getContentSummaryFilePath As String) As ContentSummaryResult
<Extension()>
Public Function GetContentSummary (operations As IFileSystemOperations, accountName As String, path As String) As 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.
Gibt zurück
Gilt für:
Azure SDK for .NET