public final class HttpGetterInfo extends Object
| Constructor and Description |
|---|
HttpGetterInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount() |
String |
getETag() |
long |
getOffset() |
HttpGetterInfo |
setCount(Long count)
Sets the count of bytes used to calculate the end offset when creating the Range header.
|
HttpGetterInfo |
setETag(String eTag)
Sets the eTag used when creating If-Match header.
|
HttpGetterInfo |
setOffset(long offset)
Sets the start offset that is used when creating the Range header.
|
public long getOffset()
public HttpGetterInfo setOffset(long offset)
offset - Start offsetpublic Long getCount()
public HttpGetterInfo setCount(Long count)
count - Count of bytespublic String getETag()
properties. Defaults to null.public HttpGetterInfo setETag(String eTag)
properties. Defaults to null.eTag - Resource's eTagCopyright © 2020 Microsoft Corporation. All rights reserved.