Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReliableCollectionsRef

Package version

interface

An interface representing ReliableCollectionsRef. Specifying this parameter adds support for reliable collections

Hierarchy

  • ReliableCollectionsRef

Index

Properties

Properties

Optional doNotPersistState

doNotPersistState: undefined | false | true
member

{boolean} [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.

name

name: string
member

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

Generated using TypeDoc