ReliableCollectionsRef interface
Specifying this parameter adds support for reliable collections
Properties
do |
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. |
name | Name of ReliableCollection resource. Right now it's not used and you can use any string. |
Property Details
doNotPersistState
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.
doNotPersistState?: boolean
Property Value
boolean
name
Name of ReliableCollection resource. Right now it's not used and you can use any string.
name: string
Property Value
string
Azure SDK for JavaScript