RestoreSettings.EnableLsnCheck Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET