Uses of Interface
org.jclouds.azureblob.domain.BlobProperties
-
Packages that use BlobProperties Package Description 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 Modifier and Type Method 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. -
Uses of BlobProperties in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions with parameters of type BlobProperties Modifier and Type Method Description MutableBlobMetadata
BlobPropertiesToBlobMetadata. apply(BlobProperties from)
-
Uses of BlobProperties in org.jclouds.azureblob.domain
Subinterfaces of BlobProperties in org.jclouds.azureblob.domain Modifier and Type Interface Description interface
MutableBlobProperties
-
Uses of BlobProperties in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement BlobProperties Modifier and Type Class Description 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 Modifier and Type Method Description int
BlobPropertiesImpl. compareTo(BlobProperties o)
int
MutableBlobPropertiesImpl. compareTo(BlobProperties o)
Constructors in org.jclouds.azureblob.domain.internal with parameters of type BlobProperties Constructor Description MutableBlobPropertiesImpl(BlobProperties from)
Constructor parameters in org.jclouds.azureblob.domain.internal with type arguments of type BlobProperties Constructor Description HashSetListBlobsResponse(Iterable<BlobProperties> contents, URI url, String prefix, String marker, Integer maxResults, String nextMarker, String delimiter, Iterable<String> blobPrefixes)
-