ReliableCollectionsRef

Specifying this parameter adds support for reliable collections

Properties

Name Type Required
name string Yes
doNotPersistState boolean No

name

Type: string
Required: Yes

Name of ReliableCollection resource. Right now it's not used and you can use any string.


doNotPersistState

Type: boolean
Required: No

False (the default) if ReliableCollections state is persisted to disk as usual. True if you do not want to persist state, in which case replication is still enabled and you can use ReliableCollections as distributed cache.