ApplicationInsightsComponentQuotaStatus interface

An Application Insights component daily data volume cap status

Properties

appId

The Application ID for the Application Insights component.

expirationTime

Date and time when the daily data volume cap will be reset, and data ingestion will resume.

shouldBeThrottled

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