public class BlobRestoreParameters extends Object
| Constructor and Description |
|---|
BlobRestoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<BlobRestoreRange> |
blobRanges()
Get blob ranges to restore.
|
org.joda.time.DateTime |
timeToRestore()
Get restore blob to the specified time.
|
BlobRestoreParameters |
withBlobRanges(List<BlobRestoreRange> blobRanges)
Set blob ranges to restore.
|
BlobRestoreParameters |
withTimeToRestore(org.joda.time.DateTime timeToRestore)
Set restore blob to the specified time.
|
public org.joda.time.DateTime timeToRestore()
public BlobRestoreParameters withTimeToRestore(org.joda.time.DateTime timeToRestore)
timeToRestore - the timeToRestore value to setpublic List<BlobRestoreRange> blobRanges()
public BlobRestoreParameters withBlobRanges(List<BlobRestoreRange> blobRanges)
blobRanges - the blobRanges value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/