public class AzureBlobStorageEntry extends java.lang.Object implements ObjectStorageEntry<com.azure.core.util.BinaryData>
ObjectStorageEntry
implementation for Azure Blob Storage.Constructor and Description |
---|
AzureBlobStorageEntry(java.lang.String key,
com.azure.core.util.BinaryData data) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream() |
java.lang.String |
getKey()
The object path on object storage.
|
com.azure.core.util.BinaryData |
getNativeEntry() |
public AzureBlobStorageEntry(java.lang.String key, com.azure.core.util.BinaryData data)
@NonNull public java.lang.String getKey()
ObjectStorageEntry
/path/to
getKey
in interface ObjectStorageEntry<com.azure.core.util.BinaryData>
@NonNull public java.io.InputStream getInputStream()
getInputStream
in interface ObjectStorageEntry<com.azure.core.util.BinaryData>
@NonNull public com.azure.core.util.BinaryData getNativeEntry()
getNativeEntry
in interface ObjectStorageEntry<com.azure.core.util.BinaryData>