API Reference
Class
ProviderLimitWindow
Single rate-limit window for a provider.
Inheritance
- Object
- ProviderLimitWindow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ProviderLimitAccountSnapshot.Windows
- Property ProviderLimitSnapshot.Windows
Accepted by parameters
Constructors
public ProviderLimitWindow(String key, String label, Nullable<Double> usedPercent, Nullable<DateTimeOffset> resetsAt, String detail = null, Nullable<TimeSpan> windowDuration = null) #Initializes a new rate-limit window.
Parameters
- key System.String
- label System.String
- usedPercent System.Nullable{System.Double}
- resetsAt System.Nullable{System.DateTimeOffset}
- detail System.String = null
- windowDuration System.Nullable{System.TimeSpan} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object