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 BlobPropertiesAzureBlobClient. 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 MutableBlobMetadataBlobPropertiesToBlobMetadata. apply(BlobProperties from) -
Uses of BlobProperties in org.jclouds.azureblob.domain
Subinterfaces of BlobProperties in org.jclouds.azureblob.domain Modifier and Type Interface Description interfaceMutableBlobProperties -
Uses of BlobProperties in org.jclouds.azureblob.domain.internal
Classes in org.jclouds.azureblob.domain.internal that implement BlobProperties Modifier and Type Class Description classBlobPropertiesImplAllows you to manipulate metadata.classMutableBlobPropertiesImplAllows you to manipulate metadata.Methods in org.jclouds.azureblob.domain.internal with parameters of type BlobProperties Modifier and Type Method Description intBlobPropertiesImpl. compareTo(BlobProperties o)intMutableBlobPropertiesImpl. 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)
-