Values.KxDatabaseConfigurationSourceThe configuration of data that is available for querying from this database.
type nonrec t = {databaseName : DatabaseName.t;The name of the kdb database. When this parameter is specified in the structure, S3 with the whole database is included by default.
*)cacheConfigurations : KxDatabaseCacheConfigurations.t option;Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.
*)changesetId : ChangesetId.t option;A unique identifier of the changeset that is associated with the cluster.
*)dataviewName : KxDataviewName.t option;The name of the dataview to be used for caching historical data on disk.
*)dataviewConfiguration : KxDataviewConfiguration.t option;The configuration of the dataview to be used with specified cluster.
*)}val make :
?cacheConfigurations:??? ->
?changesetId:??? ->
?dataviewName:??? ->
?dataviewConfiguration:??? ->
databaseName:DatabaseName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of DbPath.t ] list
| `String of KxCacheStorageType.t ])
list ]
list
| `String of DatabaseName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of BooleanValue.t
| `List of [> `String of DbPath.t ] list
| `String of KxVolumeName.t ])
list ]
list
| `String of KxDataviewName.t ])
list ])
list ]