Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendBlobRequestConditions
This class contains values that restrict the successful completion of AppendBlock operations to certain conditions.
|
class |
BlobRequestConditions
This class contains values which will restrict the successful operation of a variety of requests to the conditions
present.
|
class |
PageBlobRequestConditions
This class contains values that restrict the successful completion of PageBlob operations to certain conditions.
|
Modifier and Type | Method and Description |
---|---|
BlobLeaseRequestConditions |
BlobLeaseRequestConditions.setIfMatch(String ifMatch)
Optionally limit requests to resources that match the passed ETag.
|
BlobLeaseRequestConditions |
BlobLeaseRequestConditions.setIfModifiedSince(OffsetDateTime ifModifiedSince)
Optionally limit requests to resources that have only been modified since the passed
datetime . |
BlobLeaseRequestConditions |
BlobLeaseRequestConditions.setIfNoneMatch(String ifNoneMatch)
Optionally limit requests to resources that do not match the passed ETag.
|
BlobLeaseRequestConditions |
BlobLeaseRequestConditions.setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)
Optionally limit requests to resources that have remained unmodified since the passed
datetime . |
BlobLeaseRequestConditions |
BlobLeaseRequestConditions.setTagsConditions(String tagsConditions)
Optionally applies the SQL statement to the tags of the blob.
|
Modifier and Type | Method and Description |
---|---|
BlobLeaseRequestConditions |
BlobBreakLeaseOptions.getRequestConditions() |
BlobLeaseRequestConditions |
BlobRenewLeaseOptions.getRequestConditions() |
BlobLeaseRequestConditions |
BlobAcquireLeaseOptions.getRequestConditions() |
BlobLeaseRequestConditions |
BlobChangeLeaseOptions.getRequestConditions() |
BlobLeaseRequestConditions |
BlobReleaseLeaseOptions.getRequestConditions() |
Modifier and Type | Method and Description |
---|---|
BlobBreakLeaseOptions |
BlobBreakLeaseOptions.setRequestConditions(BlobLeaseRequestConditions requestConditions) |
BlobRenewLeaseOptions |
BlobRenewLeaseOptions.setRequestConditions(BlobLeaseRequestConditions requestConditions) |
BlobAcquireLeaseOptions |
BlobAcquireLeaseOptions.setRequestConditions(BlobLeaseRequestConditions requestConditions) |
BlobChangeLeaseOptions |
BlobChangeLeaseOptions.setRequestConditions(BlobLeaseRequestConditions requestConditions) |
BlobReleaseLeaseOptions |
BlobReleaseLeaseOptions.setRequestConditions(BlobLeaseRequestConditions requestConditions) |
Copyright © 2021 Microsoft Corporation. All rights reserved.