Class StorageProperties


  • @Validated
    @ConfigurationProperties("azure.storage")
    public class StorageProperties
    extends Object
    Storage properties.
    • Constructor Detail

      • StorageProperties

        public StorageProperties()
    • Method Detail

      • getAccountName

        public String getAccountName()
        Gets the account name.
        Returns:
        the account name
      • setAccountName

        public void setAccountName​(String accountName)
        Sets the account name.
        Parameters:
        accountName - the account name
      • getBlobEndpoint

        public String getBlobEndpoint()
        Gets the Blob endpoint.
        Returns:
        the Blob endpoint
      • setBlobEndpoint

        public void setBlobEndpoint​(String blobEndpoint)
        Sets the Blob endpoint.
        Parameters:
        blobEndpoint - the Blob endpoint
      • getFileEndpoint

        public String getFileEndpoint()
        Gets the File endpoint.
        Returns:
        the File endpoint
      • setFileEndpoint

        public void setFileEndpoint​(String fileEndpoint)
        Sets the File endpoint.
        Parameters:
        fileEndpoint - the File endpoint
      • getAccountKey

        public String getAccountKey()
        Gets the account key.
        Returns:
        the account key
      • setAccountKey

        public void setAccountKey​(String accountKey)
        Sets the account key.
        Parameters:
        accountKey - the account key