| Modifier and Type | Method and Description |
|---|---|
BlobRestoreRange |
BlobRestoreRange.withEndRange(String endRange)
Set blob end range.
|
BlobRestoreRange |
BlobRestoreRange.withStartRange(String startRange)
Set blob start range.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlobRestoreRange> |
BlobRestoreParameters.blobRanges()
Get blob ranges to restore.
|
| Modifier and Type | Method and Description |
|---|---|
BlobRestoreParameters |
BlobRestoreParameters.withBlobRanges(List<BlobRestoreRange> blobRanges)
Set blob ranges to restore.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/