다음을 통해 공유


IFsrmQuota.QuotaPeakUsage Property

 

Retrieves the highest amount of disk space usage charged to this quota.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

object QuotaPeakUsage { get; }
property Object^ QuotaPeakUsage {
    Object^ get();
}
abstract QuotaPeakUsage : Object with get
ReadOnly Property QuotaPeakUsage As Object

Property Value

Type: System.Object

A Object containing a VARIANT that contains the highest 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 represents the highest amount of disk space charged to this quota since the last call to ResetPeakUsage. To reset this value, call the ResetPeakUsage method.

For an example, see Getting Current Usage Values.

See Also

IFsrmQuota Interface
Microsoft.Storage Namespace

Return to top