IFsrmQuota.QuotaPeakUsageTime Property
Retrieves the date and time that the QuotaPeakUsage property was set.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
DateTime QuotaPeakUsageTime { get; }
property DateTime QuotaPeakUsageTime {
DateTime get();
}
abstract QuotaPeakUsageTime : DateTime with get
ReadOnly Property QuotaPeakUsageTime As Date
Property Value
Type: System.DateTime
A DateTime containing the date and time that the quota's peak usage occurred.
Remarks
The time stamp is set when the quota usage reaches a new, higher peak level, or the peak usage value is reset.
To get the highest peak usage value, access the QuotaPeakUsage property.
For an example, see Getting Current Usage Values.
See Also
IFsrmQuota Interface
Microsoft.Storage Namespace
Return to top