NY_FileStoreAPI
This library contains the generated Java classes for the records of the FileStore API.
The FileStore is not a microservice. It installs its API as nanoservices, which can also be used by other nodes.
You can use the library directly in clients of the FileStore API, or you can place the included
records.json
file into a package of your choice and generate the Java classes yourself using the
Record Generator.
The library also contains constants for configuring the FileStore:
de.sillysky.nyssr.file.store.api.CPreferenceKeys
.
Path: /file.store/ (Root of node)
Key | Type | Default Value | Description |
---|---|---|---|
path | String | FileStore (subdirectory in the storage directory) | The path of the file store. |
chunk.size | Integer | 10000 | The size of a file chunk in bytes. |