IFsrmQuota.QuotaUsed Property
Retrieves the current amount of disk space usage charged to this quota.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object QuotaUsed { get; }
property Object^ QuotaUsed {
Object^ get();
}
abstract QuotaUsed : Object with get
ReadOnly Property QuotaUsed As Object
Property Value
Type: System.Object
A Object containing a variant. The variant contains the current amount of disk space usage, in bytes, charged to this quota. The variant type is VT_DECIMAL. Use the ullVal member of the variant to access the value.
Remarks
The value is the total disk space usage for the directory and all its subdirectories (recursively). Files, directories, streams, metadata, and other file system–specific means of persisting data are used in determining the usage.
For an example, see Getting Current Usage Values.
See Also
IFsrmQuota Interface
Microsoft.Storage Namespace
Return to top