WarmStorageEnvironmentStatus interface
An object that represents the status of warm storage on an environment.
Properties
current |
A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU |
max |
A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU. |
state | This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown". |
Property Details
currentCount
A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU
currentCount?: number
Property Value
number
maxCount
A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.
maxCount?: number
Property Value
number
state
This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".
state?: string
Property Value
string