The persistence model for a realtime store.

Enumeration Members

Enumeration Members

Ephemeral: number

Indicates that the entity will be deleted after it is broadcast.

Owner: number

Indicates that the entity will be deleted when the owner leaves.

Persist: number

Indicates that the entity will be marked as unowned when the owner leaves. The Entity will be created as unowned when any client rejoins.

Session: number

Indicates that the entity will be marked as unowned when the owner leaves. The Entity will be deleted when all clients leave.