Database element
Specifies database-related settings for a particular parameter.
Parent
Children
Name | Occurrences | Description |
---|---|---|
All | ||
ColumnDefinition | [0, 1] | Specifies the type of the corresponding column in the database table. |
Connection | [0, 1] | Specifies connection options. |
CQLOptions | [0, 1] | Specifies Cassandra-related database settings. |
IndexingOptions | [0, 1] | Specifies indexing options (OpenSearch/Elasticsearch). |
Partition | [0, 1] | Specifies the partitioning configuration. |
Examples
<Param>
<Database>
<CQLOptions>
<Clustering>1;2</Clustering>
<TableProperty>CLUSTERING ORDER BY ("[PID:52]" DESC)</TableProperty>
<Finalizer>CREATE INDEX IF NOT EXISTS ON [TABLE] ([PID:52])</Finalizer>
</CQLOptions>
</Database>
</Param>