Share via


RestoreOptions Struct

Definition

Represents the options available for a restore operation.

public readonly struct RestoreOptions
type RestoreOptions = struct
Public Structure RestoreOptions
Inheritance
RestoreOptions

Constructors

Name Description
RestoreOptions()

Initializes a new instance of the RestoreOptions struct with default values.

Properties

Name Description
AllowUpdates

Gets a value indicating whether the registration wants to receive updates beyond the initially provided value.

RestoreBehavior

Gets the behavior to use when restoring data.

Applies to