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<BlobGetPropertiesResponse> |
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<BlobGetPropertiesResponse> |
BlobURL.getProperties(BlobAccessConditions accessConditions)
Returns the blob's metadata and properties.
|
This documentation was released into the public domain.