Interface StorageFile

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  StorageFile.Draft<T extends StorageFile,​R>  
      • Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource

        com.microsoft.azure.toolkit.lib.common.model.AzResource.None, com.microsoft.azure.toolkit.lib.common.model.AzResource.Status
      • Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResourceBase

        com.microsoft.azure.toolkit.lib.common.model.AzResourceBase.FormalStatus
    • Field Summary

      • Fields inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource

        CACHE_LIFETIME, NONE, RESOURCE_GROUP_PLACEHOLDER
    • Method Detail

      • getSubFileModule

        com.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<? extends StorageFile,​? extends StorageFile,​?> getSubFileModule()
      • isDirectory

        boolean isDirectory()
      • getSasUrl

        String getSasUrl()
      • getSize

        default long getSize()
      • getLastModified

        @Nullable
        java.time.OffsetDateTime getLastModified()
      • getCreationTime

        @Nullable
        default java.time.OffsetDateTime getCreationTime()
      • download

        void download​(Path dest)