Class BlobRestoreRange
java.lang.Object
com.microsoft.azure.management.storage.BlobRestoreRange
Blob range.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionendRange()
Get blob end range.Get blob start range.withEndRange
(String endRange) Set blob end range.withStartRange
(String startRange) Set blob start range.
-
Constructor Details
-
BlobRestoreRange
public BlobRestoreRange()
-
-
Method Details
-
startRange
Get blob start range. This is inclusive. Empty means account start.- Returns:
- the startRange value
-
withStartRange
Set blob start range. This is inclusive. Empty means account start.- Parameters:
startRange
- the startRange value to set- Returns:
- the BlobRestoreRange object itself.
-
endRange
Get blob end range. This is exclusive. Empty means account end.- Returns:
- the endRange value
-
withEndRange
Set blob end range. This is exclusive. Empty means account end.- Parameters:
endRange
- the endRange value to set- Returns:
- the BlobRestoreRange object itself.
-