Class BlobPropertiesAdapter


  • public class BlobPropertiesAdapter
    extends java.lang.Object
    Adapter to read Azure Blob configuration information from a Properties object
    • Constructor Summary

      Constructors 
      Constructor Description
      BlobPropertiesAdapter​(java.util.Properties properties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConnectionString()
      Get the connection string property
      java.lang.String getContainerName()
      Get the container name property
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlobPropertiesAdapter

        public BlobPropertiesAdapter​(java.util.Properties properties)
    • Method Detail

      • getConnectionString

        public java.lang.String getConnectionString()
        Get the connection string property
        Returns:
      • getContainerName

        public java.lang.String getContainerName()
        Get the container name property
        Returns: