Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<BlobGetPropertiesResponse> |
GeneratedBlobs.getPropertiesWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String snapshot,
Integer timeout,
String requestId,
LeaseAccessConditions leaseAccessConditions,
ModifiedAccessConditions modifiedAccessConditions)
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()
Returns the blob's metadata and properties.
|
io.reactivex.Single<BlobGetPropertiesResponse> |
BlobURL.getProperties(BlobAccessConditions accessConditions,
com.microsoft.rest.v2.Context context)
Returns the blob's metadata and properties.
|
This documentation was released into the public domain.