Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReliableCollectionsRef

Package version

Specifying this parameter adds support for reliable collections

Hierarchy

  • ReliableCollectionsRef

Index

Properties

Properties

Optional doNotPersistState

doNotPersistState: undefined | false | true

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: string

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

Generated using TypeDoc