Uses of Class
com.azure.storage.file.share.models.Range
-
Packages that use Range Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of Range in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return Range Modifier and Type Method Description RangeRange. setEnd(long end)Set the end property: End of the range.RangeRange. setStart(long start)Set the start property: Start of the range.Constructors in com.azure.storage.file.share.models with parameters of type Range Constructor Description ShareFileRange(Range range)Creates an instance of the range of a file from the passedRange.
-