Class BlobManagedContainer
- java.lang.Object
 - 
- org.linuxforhealth.fhir.persistence.blob.BlobManagedContainer
 
 
- 
public class BlobManagedContainer extends java.lang.ObjectA blob container managed by the BlobContainerManager 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedBlobManagedContainer(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.BlobContainerAsyncClientgetClient()Get the clientjava.lang.StringgetContainerName()BlobPropertyGroupAdaptergetProperties()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
 
 
 - 
 
 -