BackupDescription Struct

Definition

A BackupDescription contains all of the information necessary to backup a stateful service replica.

public struct BackupDescription
type BackupDescription = struct
Public Structure BackupDescription
Inheritance
BackupDescription

Constructors

BackupDescription(BackupOption, Func<BackupInfo,CancellationToken,Task<Boolean>>)

Initializes a new instance of the structure.

BackupDescription(Func<BackupInfo,CancellationToken,Task<Boolean>>)

Initializes a new instance of the structure.

Properties

BackupCallback

Gets the callback to be called when the backup folder has been created locally and is ready to be moved out of the node.

Option

The type of backup to perform.

Applies to