### YamlMime:JavaType uid: "com.azure.storage.blob.HttpGetterInfo" fullName: "com.azure.storage.blob.HttpGetterInfo" name: "HttpGetterInfo" nameWithType: "HttpGetterInfo" summary: "HttpGetterInfo is a passed to the getter function of a reliable download to specify parameters needed for the GET request." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **HttpGetterInfo**" constructors: - uid: "com.azure.storage.blob.HttpGetterInfo.HttpGetterInfo()" fullName: "com.azure.storage.blob.HttpGetterInfo.HttpGetterInfo()" name: "HttpGetterInfo()" nameWithType: "HttpGetterInfo.HttpGetterInfo()" syntax: "public HttpGetterInfo()" methods: - uid: "com.azure.storage.blob.HttpGetterInfo.getCount()" fullName: "com.azure.storage.blob.HttpGetterInfo.getCount()" name: "getCount()" nameWithType: "HttpGetterInfo.getCount()" syntax: "public Long getCount()" returns: description: "the count of bytes used to calculate the end offset when creating the Range header. null is the\n default and indicates that the entire rest of the blob should be retrieved." type: "Long" - uid: "com.azure.storage.blob.HttpGetterInfo.getETag()" fullName: "com.azure.storage.blob.HttpGetterInfo.getETag()" name: "getETag()" nameWithType: "HttpGetterInfo.getETag()" syntax: "public String getETag()" returns: description: "the eTag used when creating If-Match header. eTag is returned with any operation that modifies the\n resource and when retrieving . Defaults to null." type: "String" - uid: "com.azure.storage.blob.HttpGetterInfo.getOffset()" fullName: "com.azure.storage.blob.HttpGetterInfo.getOffset()" name: "getOffset()" nameWithType: "HttpGetterInfo.getOffset()" syntax: "public long getOffset()" returns: description: "the start offset used when creating the Range header. Defaults to 0." type: "" - uid: "com.azure.storage.blob.HttpGetterInfo.setCount(java.lang.Long)" fullName: "com.azure.storage.blob.HttpGetterInfo.setCount(Long count)" name: "setCount(Long count)" nameWithType: "HttpGetterInfo.setCount(Long count)" summary: "Sets the count of bytes used to calculate the end offset when creating the Range header." parameters: - description: "Count of bytes" name: "count" type: "Long" syntax: "public HttpGetterInfo setCount(Long count)" desc: "Sets the count of bytes used to calculate the end offset when creating the Range header. `` null is the default and indicates that the entire rest of the blob should be retrieved." returns: description: "the updated HttpGetterInfo object" type: "" - uid: "com.azure.storage.blob.HttpGetterInfo.setETag(java.lang.String)" fullName: "com.azure.storage.blob.HttpGetterInfo.setETag(String eTag)" name: "setETag(String eTag)" nameWithType: "HttpGetterInfo.setETag(String eTag)" summary: "Sets the eTag used when creating If-Match header." parameters: - description: "Resource's eTag" name: "eTag" type: "String" syntax: "public HttpGetterInfo setETag(String eTag)" desc: "Sets the eTag used when creating If-Match header. eTag is returned with any operation that modifies the resource and when retrieving . Defaults to null." returns: description: "the updated HttpGetterInfo object" type: "" - uid: "com.azure.storage.blob.HttpGetterInfo.setOffset(long)" fullName: "com.azure.storage.blob.HttpGetterInfo.setOffset(long offset)" name: "setOffset(long offset)" nameWithType: "HttpGetterInfo.setOffset(long offset)" summary: "Sets the start offset that is used when creating the Range header." parameters: - description: "Start offset" name: "offset" type: "" syntax: "public HttpGetterInfo setOffset(long offset)" desc: "Sets the start offset that is used when creating the Range header. If unchanged this will default to 0." returns: description: "the updated HttpGetterInfo object" type: "" type: "class" desc: "HttpGetterInfo is a passed to the getter function of a reliable download to specify parameters needed for the GET request." metadata: {} package: "com.azure.storage.blob" artifact: com.azure:azure-storage-blob:12.28.1