RestoreSettings Class
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.
Represents the settings for a key/value store RestoreAsync(String, RestoreSettings, CancellationToken) operation.
public sealed class RestoreSettings
type RestoreSettings = class
Public NotInheritable Class RestoreSettings
- Inheritance
-
RestoreSettings
Constructors
RestoreSettings() |
Initializes a new instance of the RestoreSettings class. |
RestoreSettings(Boolean) |
Initializes a new instance of the RestoreSettings class. |
RestoreSettings(Boolean, Boolean) |
Initializes a new instance of the RestoreSettings class. |
Properties
EnableLsnCheck |
Indicates if the KeyValueStoreReplica should check that |
InlineReopen |
Indicates if the KeyValueStoreReplica should re-open itself after it has restored successfully from the supplied backup. If false is specified, the replica reports transient fault after successful restore. |
Applies to
Azure SDK for .NET