Serialized Form
-
Package com.microsoftopentechnologies.windowsazurestorage
-
Class com.microsoftopentechnologies.windowsazurestorage.AzureBlob
class AzureBlob extends Object implements Serializable- serialVersionUID:
- -1873484056669542679L
-
-
Package com.microsoftopentechnologies.windowsazurestorage.exceptions
-
Exception com.microsoftopentechnologies.windowsazurestorage.exceptions.WAStorageException
class WAStorageException extends Exception implements Serializable- serialVersionUID:
- 1582215285822395979L
-
-
Package com.microsoftopentechnologies.windowsazurestorage.helper
-
Class com.microsoftopentechnologies.windowsazurestorage.helper.AzureStorageAccount
class AzureStorageAccount extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements Serializable-
Serialized Fields
-
storageData
AzureStorageAccount.StorageAccountCredential storageData
-
-
-
Class com.microsoftopentechnologies.windowsazurestorage.helper.AzureStorageAccount.StorageAccountCredential
class StorageAccountCredential extends Object implements Serializable
-
-
Package com.microsoftopentechnologies.windowsazurestorage.service
-
Class com.microsoftopentechnologies.windowsazurestorage.service.UploadService.UploadObject
class UploadObject extends Object implements Serializable- serialVersionUID:
- -5342773517251888877L
-
Class com.microsoftopentechnologies.windowsazurestorage.service.UploadService.UploadResult
class UploadResult extends Object implements Serializable- serialVersionUID:
- -3112548564900823521L
-
-
Package com.microsoftopentechnologies.windowsazurestorage.service.model
-
Class com.microsoftopentechnologies.windowsazurestorage.service.model.PartialBlobProperties
class PartialBlobProperties extends Object implements Serializable- serialVersionUID:
- 8605069744847337717L
-
Serialized Fields
-
cacheControl
String cacheControl
Represents the cache-control value stored for the blob. -
contentEncoding
String contentEncoding
Represents the content-encoding value stored for the blob. If this field has not been set for the blob, the field returnsnull
. -
contentLanguage
String contentLanguage
Represents the content-language value stored for the blob. If this field has not been set for the blob, the field returnsnull
. -
contentType
String contentType
Represents the content type value stored for the blob. If this field has not been set for the blob, the field returnsnull
.
-
-