ContentSummary Class

 

Data Lake content summary information

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.StoreFileSystem.Models.ContentSummary

Syntax

public class ContentSummary
public ref class ContentSummary 
type ContentSummary = class end
Public Class ContentSummary

Constructors

Name Description
System_CAPS_pubmethod ContentSummary()

Initializes a new instance of the ContentSummary class.

Properties

Name Description
System_CAPS_pubproperty DirectoryCount

Optional. Gets or sets the number of directories.

System_CAPS_pubproperty FileCount

Optional. Gets or sets the number of files.

System_CAPS_pubproperty Length

Optional. Gets or sets the number of bytes used by the contet.

System_CAPS_pubproperty Quota

Optional. Gets or sets the namespace quota of this directory.

System_CAPS_pubproperty SpaceConsumed

Optional. Gets or sets the disk space consumed by the content.

System_CAPS_pubproperty SpaceQuota

Optional. Gets or sets the disk space quota.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

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

Return to top