Connecting to storage (storage)
Description
Defines the access parameters for a specific storage to be used by the platform.
Specifies the type. Data can be located in postgresql, kafka, clickhouse clusters. Files - in s3, fs, nfs, fsync.
Sets the code (instance) and allows it to be referenced when customizing data model classes.
An element with instance = auto is created automatically.
Fields
{
"id": uuid,
"name": str,
"instance": str,
"params": object,
"opts": {
"title": str,
"comment": str
},
"ext": {
"ct": date,
"lwt": date
}
}
Specification | Description |
---|---|
Field: |
Identifier. Can be specified at creation, otherwise generated by the system. |
Code. Used to associate with other entities.
|
|
Storage Name. Used when binding to classes. Stores with the value auto are generated and applied automatically if they are not explicitly present in the collection. |
|
Field: |
Storage-specific parameters.
|
Field: |
|
Field: |
Arbitrary header |
Field: |
Arbitrary comment |
Field: |
Allows you to extend the compound with arbitrary keys and values |
Field: |
Object creation time |
Field: |
Time of last modification of the object |