Interface IBlobFile
-
- All Superinterfaces:
com.microsoft.azure.toolkit.lib.common.model.AzResource,com.microsoft.azure.toolkit.lib.common.model.AzResourceBase,com.microsoft.azure.toolkit.lib.common.model.Refreshable,StorageFile
- All Known Implementing Classes:
BlobContainer,BlobContainerDraft,BlobFile,BlobFileDraft
public interface IBlobFile extends StorageFile
-
-
Nested Class Summary
-
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
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.storage.model.StorageFile
StorageFile.Draft<T extends StorageFile,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description com.azure.storage.blob.BlobContainerClientgetClient()BlobContainergetContainer()default StringgetSasUrl()-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource
delete, exists, getFullResourceType, getId, getModule, getName, getPortalUrl, getResourceGroupName, getResourceTypeName, getStatus, getSubscription, getSubscriptionId, id, name, refresh
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResourceBase
getFormalStatus
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.storage.model.StorageFile
download, download, getCreationTime, getFile, getLastModified, getPath, getSize, getSubFileModule, getUrl, isDirectory
-
-
-
-
Method Detail
-
getContainer
BlobContainer getContainer()
-
getClient
@Nullable com.azure.storage.blob.BlobContainerClient getClient()
- Specified by:
getClientin interfaceStorageFile
-
getSasUrl
default String getSasUrl()
- Specified by:
getSasUrlin interfaceStorageFile
-
-