shared
Field | Type | Required |
---|---|---|
shared | boolean | Yes |
This field is for spacelets only!
Defines if a spacelet is shared. When a shared spacelet is started a new instance of the spacelet is created only if one doesn't exist. Otherwise the same instance of the spacelet is used. When a non-shared spacelet is started a separate instance of the spacelet is started every time.
Notice! Only shared spacelets are currently implemented and setting this field has no effect.
The field must have one of the boolean values:
Value | Description |
---|---|
true | Spacelet is shared and only one instance of it is running at a time. |
false | Start individual instances of the spacelet for each start spacelet request. |