ApplicationInsightsComponentQuotaStatus interface
An Application Insights component daily data volume cap status
Properties
app |
The Application ID for the Application Insights component. NOTE: This property will not be serialized. It can only be populated by the server. |
expiration |
Date and time when the daily data volume cap will be reset, and data ingestion will resume. NOTE: This property will not be serialized. It can only be populated by the server. |
should |
The daily data volume cap is met, and data ingestion will be stopped. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
appId
The Application ID for the Application Insights component. NOTE: This property will not be serialized. It can only be populated by the server.
appId?: string
Property Value
string
expirationTime
Date and time when the daily data volume cap will be reset, and data ingestion will resume. NOTE: This property will not be serialized. It can only be populated by the server.
expirationTime?: string
Property Value
string
shouldBeThrottled
The daily data volume cap is met, and data ingestion will be stopped. NOTE: This property will not be serialized. It can only be populated by the server.
shouldBeThrottled?: boolean
Property Value
boolean
Azure SDK for JavaScript