Uses of Class
com.azure.storage.blob.HttpGetterInfo
-
Packages that use HttpGetterInfo Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient. -
-
Uses of HttpGetterInfo in com.azure.storage.blob
Methods in com.azure.storage.blob that return HttpGetterInfo Modifier and Type Method Description HttpGetterInfoHttpGetterInfo. setCount(Long count)Sets the count of bytes used to calculate the end offset when creating the Range header.HttpGetterInfoHttpGetterInfo. setETag(String eTag)Sets the eTag used when creating If-Match header.HttpGetterInfoHttpGetterInfo. setOffset(long offset)Sets the start offset that is used when creating the Range header.
-