java.lang.Object
com.microsoftopentechnologies.windowsazurestorage.AzureBlob
All Implemented Interfaces:
Serializable

@ExportedBean public class AzureBlob extends Object implements Serializable
See Also:
  • Constructor Details

    • AzureBlob

      public AzureBlob(String blobName, String blobURL, long byteSize, String storageType, String credentialsId, String containerOrFileShare)
  • Method Details

    • getCredentialsId

      @Exported public String getCredentialsId()
    • getBlobName

      public String getBlobName()
    • getBlobURL

      @Exported public String getBlobURL()
    • getSizeInBytes

      @Exported public long getSizeInBytes()
    • getStorageType

      @Exported public String getStorageType()
    • getContainerOrFileShare

      public String getContainerOrFileShare()
    • toString

      public String toString()
      Overrides:
      toString in class Object