Package version:

Interface BlobRestoreParameters

Blob restore parameters

interface BlobRestoreParameters {
    blobRanges: BlobRestoreRange[];
    timeToRestore: Date;
}

Properties

blobRanges: BlobRestoreRange[]

Blob ranges to restore.

timeToRestore: Date

Restore blob to the specified time.