Package | Description |
---|---|
org.jclouds.azureblob | |
org.jclouds.azureblob.blobstore.functions | |
org.jclouds.azureblob.domain | |
org.jclouds.azureblob.domain.internal |
Modifier and Type | Method and Description |
---|---|
BlobProperties |
AzureBlobClient.getBlobProperties(String container,
String name)
The Get Blob Properties operation returns all user-defined metadata, standard HTTP properties,
and system properties for the blob.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BlobProperties> |
AzureBlobAsyncClient.getBlobProperties(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
BlobPropertiesToBlobMetadata.apply(BlobProperties from) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableBlobProperties |
Modifier and Type | Class and Description |
---|---|
class |
BlobPropertiesImpl
Allows you to manipulate metadata.
|
class |
MutableBlobPropertiesImpl
Allows you to manipulate metadata.
|
Modifier and Type | Method and Description |
---|---|
int |
MutableBlobPropertiesImpl.compareTo(BlobProperties o) |
int |
BlobPropertiesImpl.compareTo(BlobProperties o) |
Constructor and Description |
---|
MutableBlobPropertiesImpl(BlobProperties from) |
Constructor and Description |
---|
HashSetListBlobsResponse(Iterable<BlobProperties> contents,
URI url,
String prefix,
String marker,
Integer maxResults,
String nextMarker,
String delimiter,
Iterable<String> blobPrefixes) |
Copyright © 2009-2012 jclouds. All Rights Reserved.