ApplicationInsightsComponentQuotaStatus interface
An Application Insights component daily data volume cap status
Properties
| app |
The Application ID for the Application Insights component. |
| expiration |
Date and time when the daily data volume cap will be reset, and data ingestion will resume. |
| should |
The daily data volume cap is met, and data ingestion will be stopped. |
Property Details
appId
The Application ID for the Application Insights component.
appId?: string
Property Value
string
expirationTime
Date and time when the daily data volume cap will be reset, and data ingestion will resume.
expirationTime?: string
Property Value
string
shouldBeThrottled
The daily data volume cap is met, and data ingestion will be stopped.
shouldBeThrottled?: boolean
Property Value
boolean