Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 547 Bytes

Stateful.md

File metadata and controls

19 lines (12 loc) · 547 Bytes

Stateful

Properties

Name Type Description Notes
description String Description of what information is being stored in the StateManager [optional]
scopes List<ScopesEnum> Indicates the Scope(s) associated with the State that is stored and retrieved [optional]

Enum: List<ScopesEnum>

Name Value
CLUSTER "CLUSTER"
LOCAL "LOCAL"