| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Field and Description |
|---|---|
static ETag |
ETag.ANY
Used for matching with any ETag.
|
ETag |
RetryReader.HTTPGetterInfo.eTag
The resource's etag that should be used when creating the HTTP GET request's If-Match header.
|
static ETag |
ETag.NONE
Used for matching with no ETag.
|
| Modifier and Type | Method and Description |
|---|---|
ETag |
HTTPAccessConditions.getIfMatch() |
ETag |
HTTPAccessConditions.getIfNoneMatch() |
| Constructor and Description |
|---|
HTTPAccessConditions(OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
ETag ifMatch,
ETag ifNoneMatch)
Creates a
HTTPAccessConditions object. |
Copyright © 2018. All rights reserved.