Class ShareFileRangeList
java.lang.Object
com.azure.storage.file.share.models.ShareFileRangeList
The list of file ranges.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the clearRanges property: The ClearRanges property.Get the ranges property: The Ranges property.setClearRanges
(List<ClearRange> clearRanges) Set the clearRanges property: The ClearRanges property.Set the ranges property: The Ranges property.
-
Constructor Details
-
ShareFileRangeList
public ShareFileRangeList()
-
-
Method Details
-
getRanges
Get the ranges property: The Ranges property.- Returns:
- the ranges value.
-
setRanges
Set the ranges property: The Ranges property.- Parameters:
ranges
- the ranges value to set.- Returns:
- the ShareFileRangeList object itself.
-
getClearRanges
Get the clearRanges property: The ClearRanges property.- Returns:
- the clearRanges value.
-
setClearRanges
Set the clearRanges property: The ClearRanges property.- Parameters:
clearRanges
- the clearRanges value to set.- Returns:
- the ShareFileRangeList object itself.
-