public final class HTTPGetterInfo extends Object
| Constructor and Description |
|---|
HTTPGetterInfo() |
| Modifier and Type | Method 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.
|
String |
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.
|
HTTPGetterInfo |
withCount(Long count)
The count of bytes that should be used to calculate the end offset when creating the HTTP GET request's Range
header.
|
HTTPGetterInfo |
withETag(String eTag)
The resource's etag that should be used when creating the HTTP GET request's If-Match header.
|
HTTPGetterInfo |
withOffset(long offset)
The start offset that should be used when creating the HTTP GET request's Range header.
|
public long offset()
public HTTPGetterInfo withOffset(long offset)
public Long count()
public HTTPGetterInfo withCount(Long count)
public String eTag()
BlobURL.getProperties(BlobAccessConditions, com.microsoft.rest.v2.Context). Defaults to null.public HTTPGetterInfo withETag(String eTag)
BlobURL.getProperties(BlobAccessConditions, com.microsoft.rest.v2.Context). Defaults to null.This documentation was released into the public domain.