Provisioned
An integer that represents the number of units for your desired number of concurrent connections, or the number of user sessions on your web app at the same time.
Each increment allows an additional 250 concurrent sessions: a value of 1
sets the number of concurrent sessions to 250; 2
sets a value of 500, and so on.
Inherited functions
Link copied to clipboard
Casts this WebAppUnits as a Provisioned and retrieves its kotlin.Int value. Throws an exception if the WebAppUnits is not a Provisioned.
Link copied to clipboard
Casts this WebAppUnits as a Provisioned and retrieves its kotlin.Int value. Returns null if the WebAppUnits is not a Provisioned.