Uses of Class
com.ibm.fhir.persistence.blob.BlobPropertyGroupAdapter
- 
Packages that use BlobPropertyGroupAdapter Package Description com.ibm.fhir.persistence.blob  - 
- 
Uses of BlobPropertyGroupAdapter in com.ibm.fhir.persistence.blob
Methods in com.ibm.fhir.persistence.blob that return BlobPropertyGroupAdapter Modifier and Type Method Description BlobPropertyGroupAdapterBlobManagedContainer. getProperties()Get the propertiesBlobPropertyGroupAdapterBlobContainerManager. getPropertyGroupAdapter(java.lang.String dsPropertyName)Get a CassandraPropertyGroupAdapter bound to the property group described by the given dsPropertyName path (in fhir-server-config.json).Constructors in com.ibm.fhir.persistence.blob with parameters of type BlobPropertyGroupAdapter Constructor Description BlobManagedContainer(com.azure.storage.blob.BlobContainerAsyncClient client, BlobPropertyGroupAdapter properties)Package protected constructor 
 -