object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
assets | string |
Required | cannot be null | Distributor node configuration |
cacheState | string |
Required | cannot be null | Distributor node configuration |
logs | string |
Optional | cannot be null | Distributor node configuration |
Path to a directory where all the cached assets will be stored
assets
is required
Type: string
cannot be null
defined in: Distributor node configuration
string
Path to a directory where information about the current cache state will be stored (LRU-SP cache data, stored assets mime types etc.)
cacheState
is required
Type: string
cannot be null
defined in: Distributor node configuration
string
Path to a directory where logs will be stored if logging to a file was enabled (via log.file
).
logs
is optional
Type: string
cannot be null
defined in: Distributor node configuration
string