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 | |
---|---|---|
Quota() | Creates a new instance of the Quota class. |
|
Quota(Boolean, UInt64) | Creates and initializes a new instance of the Quota class, and configures the quota. |
Properties
Name | Description | |
---|---|---|
Enabled | Verifies whether a disk quota is enabled on the folder. |
|
Size | Gets the size of the disk quota. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Equals(Quota) | Verifies whether this Quota object is equal to another. |
|
Equals(Quota, Quota) | Verifies whether this Quota object is equal to two others. |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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