Class BlobManagedContainer
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.blob.BlobManagedContainer
-
public class BlobManagedContainer extends java.lang.Object
A blob container managed by the BlobContainerManager
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BlobManagedContainer(com.azure.storage.blob.BlobContainerAsyncClient client, BlobPropertyGroupAdapter properties)
Package protected constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.storage.blob.BlobContainerAsyncClient
getClient()
Get the clientjava.lang.String
getContainerName()
BlobPropertyGroupAdapter
getProperties()
Get the properties
-
-
-
Constructor Detail
-
BlobManagedContainer
protected BlobManagedContainer(com.azure.storage.blob.BlobContainerAsyncClient client, BlobPropertyGroupAdapter properties)
Package protected constructor- Parameters:
client
-properties
-
-
-
Method Detail
-
getClient
public com.azure.storage.blob.BlobContainerAsyncClient getClient()
Get the client- Returns:
-
getProperties
public BlobPropertyGroupAdapter getProperties()
Get the properties- Returns:
-
getContainerName
public java.lang.String getContainerName()
- Returns:
- the containerName property value
-
-