public class BlobRestoreRange extends Object
| Constructor and Description |
|---|
BlobRestoreRange() |
| Modifier and Type | Method and Description |
|---|---|
String |
endRange()
Get blob end range.
|
String |
startRange()
Get blob start range.
|
BlobRestoreRange |
withEndRange(String endRange)
Set blob end range.
|
BlobRestoreRange |
withStartRange(String startRange)
Set blob start range.
|
public String startRange()
public BlobRestoreRange withStartRange(String startRange)
startRange - the startRange value to setpublic String endRange()
public BlobRestoreRange withEndRange(String endRange)
endRange - the endRange 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.
*/