FileSystemOperationsExtensions.GetContentSummary Method (IFileSystemOperations, String, String)
Gets the file content summary object specified by the file path.
Namespace: Microsoft.Azure.Management.DataLake.StoreFileSystem
Assembly: Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)
Syntax
public static ContentSummaryResponse GetContentSummary(
this IFileSystemOperations operations,
string filePath,
string accountName
)
public:
[ExtensionAttribute]
static ContentSummaryResponse^ GetContentSummary(
IFileSystemOperations^ operations,
String^ filePath,
String^ accountName
)
static member GetContentSummary :
operations:IFileSystemOperations *
filePath:string *
accountName:string -> ContentSummaryResponse
<ExtensionAttribute>
Public Shared Function GetContentSummary (
operations As IFileSystemOperations,
filePath As String,
accountName As String
) As ContentSummaryResponse
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.StoreFileSystem.IFileSystemOperationsReference to the Microsoft.Azure.Management.DataLake.StoreFileSystem.IFileSystemOperations.
filePath
Type: System.StringRequired. The path to the file to open.
accountName
Type: System.StringRequired. The name of the account to use
Return Value
Type: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models.ContentSummaryResponse
Data Lake Store filesystem content summary information response.
See Also
FileSystemOperationsExtensions Class
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace
Return to top