Share via


Quota Class

 

Configures the disk quota for a folder.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.Quota

Syntax

public class Quota : IEquatable<Quota>
public ref class Quota : IEquatable<Quota^>
Public Class Quota
    Implements IEquatable(Of Quota)

Constructors

Name Description
System_CAPS_pubmethod Quota()

Creates a new instance of the Quota class.

System_CAPS_pubmethod Quota(Boolean, UInt64)

Creates and initializes a new instance of the Quota class, and configures the quota.

Properties

Name Description
System_CAPS_pubproperty Enabled

Verifies whether a disk quota is enabled on the folder.

System_CAPS_pubproperty Size

Gets the size of the disk quota.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Equals(Quota)

Verifies whether this Quota object is equal to another.

System_CAPS_pubmethodSystem_CAPS_static Equals(Quota, Quota)

Verifies whether this Quota object is equal to two others.

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.WindowsServerSolutions.Storage Namespace

Return to top