|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlobProperties | |
---|---|
org.jclouds.azureblob | |
org.jclouds.azureblob.blobstore.functions | |
org.jclouds.azureblob.domain | |
org.jclouds.azureblob.domain.internal |
Uses of BlobProperties in org.jclouds.azureblob |
---|
Methods in org.jclouds.azureblob that return BlobProperties | |
---|---|
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. |
Methods in org.jclouds.azureblob that return types with arguments of type BlobProperties | |
---|---|
com.google.common.util.concurrent.ListenableFuture<BlobProperties> |
AzureBlobAsyncClient.getBlobProperties(String container,
String name)
|
Uses of BlobProperties in org.jclouds.azureblob.blobstore.functions |
---|
Methods in org.jclouds.azureblob.blobstore.functions with parameters of type BlobProperties | |
---|---|
MutableBlobMetadata |
BlobPropertiesToBlobMetadata.apply(BlobProperties from)
|
Uses of BlobProperties in org.jclouds.azureblob.domain |
---|
Subinterfaces of BlobProperties in org.jclouds.azureblob.domain | |
---|---|
interface |
MutableBlobProperties
|
Uses of BlobProperties in org.jclouds.azureblob.domain.internal |
---|
Classes in org.jclouds.azureblob.domain.internal that implement BlobProperties | |
---|---|
class |
BlobPropertiesImpl
Allows you to manipulate metadata. |
class |
MutableBlobPropertiesImpl
Allows you to manipulate metadata. |
Methods in org.jclouds.azureblob.domain.internal with parameters of type BlobProperties | |
---|---|
int |
BlobPropertiesImpl.compareTo(BlobProperties o)
|
int |
MutableBlobPropertiesImpl.compareTo(BlobProperties o)
|
Constructors in org.jclouds.azureblob.domain.internal with parameters of type BlobProperties | |
---|---|
MutableBlobPropertiesImpl(BlobProperties from)
|
Constructor parameters in org.jclouds.azureblob.domain.internal with type arguments of type BlobProperties | |
---|---|
HashSetListBlobsResponse(Iterable<BlobProperties> contents,
URI url,
String prefix,
String marker,
Integer maxResults,
String nextMarker,
String delimiter,
Iterable<String> blobPrefixes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |