forwardSnapshotRecoveryOptions Constructor    Table of ContentMaximumNumberOfSnapshotRecoveryAttempts Property forward
SnapshotRecoveryOptions Properties

The SnapshotRecoveryOptions type exposes the following members.

Properties
  NameDescription
Public propertyMaximumNumberOfSnapshotRecoveryAttempts
Maximum Number Of Snapshot Recovery Attempts -1 - unlimited (default) 0 - not to use snapshots at all >0 - the number of attempts
Public propertyMaximumSizeOfLiveMessageQueue
Maximum size of the live message queue. By default, the value is 200000.
Public propertyMaximumSizeOfSnapshotMessageQueue
Maximum size of the snapshot message queue. By default, the value is 200000.
Public propertySnapshotRecoveryTimeoutInMilliseconds
Snapshot Recovery Timeout In Milliseconds -1 - to wait indefinitely for snapshots (default) 0 - not to use snapshots at all >0 - the number of milliseconds to wait
Top
See Also