102 строки
6.6 KiB
YAML
102 строки
6.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.blob.HttpGetterInfo"
|
|
fullName: "com.azure.storage.blob.HttpGetterInfo"
|
|
name: "HttpGetterInfo"
|
|
nameWithType: "HttpGetterInfo"
|
|
summary: "Http<wbr>Getter<wbr>Info is a passed to the getter function of a reliable download to specify parameters needed for the GET request."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
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. <code></code> null is the\n default and indicates that the entire rest of the blob should be retrieved."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- 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 <xref uid=\"BlobClient#getPropertiesWithResponse(BlobRequestConditions, Duration,\n Context)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"properties\"></xref>. Defaults to null."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
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: "<xref href=\"com.azure.storage.blob.HttpGetterInfo?alt=com.azure.storage.blob.HttpGetterInfo&text=HttpGetterInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 e<wbr>Tag used when creating If-Match header."
|
|
parameters:
|
|
- description: "Resource's eTag"
|
|
name: "eTag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
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 <xref uid=\"com.azure.storage.blob.BlobClient.getPropertiesWithResponse*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"properties\"></xref>. Defaults to null."
|
|
returns:
|
|
description: "the updated HttpGetterInfo object"
|
|
type: "<xref href=\"com.azure.storage.blob.HttpGetterInfo?alt=com.azure.storage.blob.HttpGetterInfo&text=HttpGetterInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.azure.storage.blob.HttpGetterInfo?alt=com.azure.storage.blob.HttpGetterInfo&text=HttpGetterInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
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.27.1
|