ContentSummaryResponse.ContentSummary Property

 

Optional. Gets or sets the content summary for the specified path

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

public ContentSummary ContentSummary { get; set; }
public:
property ContentSummary^ ContentSummary {
    ContentSummary^ get();
    void set(ContentSummary^ value);
}
member ContentSummary : ContentSummary with get, set
Public Property ContentSummary As ContentSummary

Property Value

Type: Microsoft.Azure.Management.DataLake.StoreFileSystem.Models.ContentSummary

See Also

ContentSummaryResponse Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace

Return to top