Class PartialBlobProperties
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.service.model.PartialBlobProperties
- All Implemented Interfaces:
Serializable
A class which can be serialized containing part of Azure blob properties.
- See Also:
-
Constructor Summary
ConstructorDescriptionPartialBlobProperties
(String contentEncoding, String contentLanguage, String cacheControl, String contentType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCacheControl
(String cacheControl) void
setContentEncoding
(String contentEncoding) void
setContentLanguage
(String contentLanguage) void
setContentType
(String contentType)
-
Constructor Details
-
PartialBlobProperties
-
-
Method Details
-
getContentEncoding
-
setContentEncoding
-
getContentLanguage
-
setContentLanguage
-
getContentType
-
setContentType
-
getCacheControl
-
setCacheControl
-