FHIR Binary Storage
The FHIR Binary Storage configuration category includes the following configurable options:
Binary Access Operations Enabled
Binary Storage Mode
Minimum Size (bytes)
Maximum Size (bytes)
Filesystem Mode: Base Directory
|
Binary Access Operations Enabled |
|
|
BOOLEAN | |
This setting enables the binary access read/write operations. See Binary Access Operations for more information. | |
true
|
|
|
|
Binary Storage Mode |
|
|
ENUM | |
Values |
|
This setting sets a storage mechanism for large binary objects. See Externalized Binary Storage for more information. | |
DATABASE
|
|
|
|
Minimum Size (bytes) |
|
|
NON_NEGATIVE_INTEGER | |
This setting provides the minimum size of a binary object before it is stored in binary storage. Any binaries smaller than this size will still be stored, but may be stored inline within resource bodies as base 64 encoded content. | |
10000
|
|
|
|
Maximum Size (bytes) |
|
|
POSITIVE_INTEGER | |
This setting provides the maximum size of a binary object to be stored in binary storage. Binaries larger than this cutoff will be rejected and may not be stored. | |
104857600
|
|
|
|
Filesystem Mode: Base Directory |
|
|
LOCAL_FILEDIR | |
When operating in FILESYSTEM binary storage mode, this setting provides the base path in which to store large binary objects.
|
|
(no default) | |
|