Class BlobRestoreRange
java.lang.Object
com.azure.resourcemanager.storage.models.BlobRestoreRange
Blob range.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendRange()Get the endRange property: Blob end range.Get the startRange property: Blob start range.voidvalidate()Validates the instance.withEndRange(String endRange) Set the endRange property: Blob end range.withStartRange(String startRange) Set the startRange property: Blob start range.
-
Constructor Details
-
BlobRestoreRange
public BlobRestoreRange()Creates an instance of BlobRestoreRange class.
-
-
Method Details
-
startRange
Get the startRange property: Blob start range. This is inclusive. Empty means account start.- Returns:
- the startRange value.
-
withStartRange
Set the startRange property: Blob start range. This is inclusive. Empty means account start.- Parameters:
startRange- the startRange value to set.- Returns:
- the BlobRestoreRange object itself.
-
endRange
Get the endRange property: Blob end range. This is exclusive. Empty means account end.- Returns:
- the endRange value.
-
withEndRange
Set the endRange property: Blob end range. This is exclusive. Empty means account end.- Parameters:
endRange- the endRange value to set.- Returns:
- the BlobRestoreRange object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-