Share via


RestoreSettings.EnableLsnCheck Property

Definition

Indicates if the KeyValueStoreReplica should check that
restore data is not older than data currently present in the service. This protects against accidental data loss. If false is specified, KeyValueStoreReplica will overwrite current service data with restore data even if data present in service in newer.

public bool EnableLsnCheck { get; }
member this.EnableLsnCheck : bool
Public ReadOnly Property EnableLsnCheck As Boolean

Property Value

A Boolean value indicating if KeyValueStoreReplica will check if restore data is not older than data currently present in the service.

Applies to