public static class RetryReader.HTTPGetterInfo extends Object
Modifier and Type | Field and Description |
---|---|
Long |
count
The count of bytes that should be used to calculate the end offset when creating the HTTP GET request's Range
header.
|
ETag |
eTag
The resource's etag that should be used when creating the HTTP GET request's If-Match header.
|
long |
offset
The start offset that should be used when creating the HTTP GET request's Range header.
|
Constructor and Description |
---|
HTTPGetterInfo() |
public long offset
public Long count
public ETag eTag
BlobURL.getProperties(BlobAccessConditions)
. Defaults to null.This documentation was released into the public domain.