ApplicationInsightsComponentQuotaStatus interface

An Application Insights component daily data volume cap status

Properties

appId

The Application ID for the Application Insights component. NOTE: This property will not be serialized. It can only be populated by the server.

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.

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.

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