Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WarmStorageEnvironmentStatus

Package version

An object that represents the status of warm storage on an environment.

Hierarchy

  • WarmStorageEnvironmentStatus

Index

Properties

Optional currentCount

currentCount: undefined | number

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

Optional maxCount

maxCount: undefined | number

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.

Optional state

This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".

Generated using TypeDoc