Uses of Class
com.azure.storage.blob.models.ClearRange
Packages that use ClearRange
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of ClearRange in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return ClearRangeModifier and TypeMethodDescriptionstatic ClearRangeClearRange.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of ClearRange from the XmlReader.static ClearRangeReads an instance of ClearRange from the XmlReader.ClearRange.setEnd(long end) Set the end property: The End property.ClearRange.setStart(long start) Set the start property: The Start property.Methods in com.azure.storage.blob.models that return types with arguments of type ClearRangeModifier and TypeMethodDescriptionPageList.getClearRange()Get the clearRange property: The ClearRange property.Method parameters in com.azure.storage.blob.models with type arguments of type ClearRangeModifier and TypeMethodDescriptionPageList.setClearRange(List<ClearRange> clearRange) Set the clearRange property: The ClearRange property.