Class AzureBlobProperties
java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.AzureBlobProperties
- All Implemented Interfaces:
Describable<AzureBlobProperties>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionAzureBlobProperties
(String cacheControl, String contentEncoding, String contentLanguage, String contentType, boolean detectContentType) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setCacheControl
(String cacheControl) void
setContentEncoding
(String contentEncoding) void
setContentLanguage
(String contentLanguage) void
setContentType
(String contentType) void
setDetectContentType
(boolean detectContentType)
-
Constructor Details
-
AzureBlobProperties
-
AzureBlobProperties
@DataBoundConstructor public AzureBlobProperties()
-
-
Method Details
-
getCacheControl
-
getContentEncoding
-
getContentLanguage
-
getContentType
-
getDetectContentType
public boolean getDetectContentType() -
setCacheControl
-
setContentEncoding
-
setContentLanguage
-
setContentType
-
setDetectContentType
@DataBoundSetter public void setDetectContentType(boolean detectContentType) -
configure
public PartialBlobProperties configure(FilePath src, EnvVars env) throws InterruptedException, IOException - Throws:
InterruptedException
IOException
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<AzureBlobProperties>
-