Uses of Class
com.azure.storage.blob.models.ClearRange
-
Packages that use ClearRange Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of ClearRange in com.azure.storage.blob.models
Methods in com.azure.storage.blob.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.blob.models that return types with arguments of type ClearRange Modifier and Type Method Description List<ClearRange>PageList. getClearRange()Get the clearRange property: The ClearRange property.Method parameters in com.azure.storage.blob.models with type arguments of type ClearRange Modifier and Type Method Description PageListPageList. setClearRange(List<ClearRange> clearRange)Set the clearRange property: The ClearRange property.
-