Uses of Class
com.azure.storage.file.share.models.FileRange
-
Packages that use FileRange Package Description com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of FileRange in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return FileRange Modifier and Type Method Description FileRangeFileRange. setEnd(long end)Set the end property: End of the range.FileRangeFileRange. setStart(long start)Set the start property: Start of the range.Methods in com.azure.storage.file.share.models that return types with arguments of type FileRange Modifier and Type Method Description List<FileRange>ShareFileRangeList. getRanges()Get the ranges property: The Ranges property.Method parameters in com.azure.storage.file.share.models with type arguments of type FileRange Modifier and Type Method Description ShareFileRangeListShareFileRangeList. setRanges(List<FileRange> ranges)Set the ranges property: The Ranges property.
-