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