ApplicationInsightsComponentDataVolumeCap interface
An Application Insights component daily data volume cap
Properties
| cap | Daily data volume cap in GB. |
| max |
Maximum daily data volume cap that the user can set for this component. |
| reset |
Daily data volume cap UTC reset hour. |
| stop |
Do not send a notification email when the daily data volume cap is met. |
| stop |
Reserved, not used for now. |
| warning |
Reserved, not used for now. |
Property Details
cap
Daily data volume cap in GB.
cap?: number
Property Value
number
maxHistoryCap
Maximum daily data volume cap that the user can set for this component.
maxHistoryCap?: number
Property Value
number
resetTime
Daily data volume cap UTC reset hour.
resetTime?: number
Property Value
number
stopSendNotificationWhenHitCap
Do not send a notification email when the daily data volume cap is met.
stopSendNotificationWhenHitCap?: boolean
Property Value
boolean
stopSendNotificationWhenHitThreshold
Reserved, not used for now.
stopSendNotificationWhenHitThreshold?: boolean
Property Value
boolean
warningThreshold
Reserved, not used for now.
warningThreshold?: number
Property Value
number