| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlobsGetPropertiesResponse> |
GeneratedBlobs.getPropertiesWithRestResponseAsync(String snapshot,
Integer timeout,
String leaseId,
OffsetDateTime ifModifiedSince,
OffsetDateTime ifUnmodifiedSince,
String ifMatches,
String ifNoneMatch,
String requestId)
The Get Properties operation returns all user-defined metadata, standard HTTP properties, and system properties for the blob.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<BlobsGetPropertiesResponse> |
BlobURL.getProperties(BlobAccessConditions accessConditions)
Returns the blob's metadata and properties.
|
Copyright © 2018. All rights reserved.