KeyValueStoreReplicaSettings Class

Definition

Represents the settings for a key/value store replica.

public class KeyValueStoreReplicaSettings
type KeyValueStoreReplicaSettings = class
Public Class KeyValueStoreReplicaSettings
Inheritance
KeyValueStoreReplicaSettings

Constructors

KeyValueStoreReplicaSettings()

Initializes a new instance of the KeyValueStoreReplicaSettings class.

Properties

DisableTombstoneCleanup

Disable or enable tombstone cleanup on KeyValueStoreReplica

EnableCopyNotificationPrefetch

Gets or sets a value indicating whether or not to prefetch the database during open.

FullCopyMode

Gets or sets a value indicating the full copy mode to use when building secondary replicas. KeyValueStoreReplica.FullCopyMode

LogicalCopyProbabilityInPercent

Gets or sets a value indicating the probablity with which logical copy occurs during full build.

LogTruncationIntervalInMinutes

Gets or sets the interval after which KeyValueStoreReplica tries to truncate local store logs if local store has EnableIncrementalBackup enabled and no backup has been initiated by user during this interval.

RunTransactionCommitContinuationsAsynchronously

Setting this property to true allows continuations to transaction commit operation run asynchronously.

SecondaryNotificationMode

Gets or sets a value indicating the secondary notification mode to enable. KeyValueStoreReplica.SecondaryNotificationMode

TransactionDrainTimeout

Gets or sets a value indicating the amount of time outstanding transactions have to drain during demotion from primary role before the host process is forcefully terminated.

Applies to