Table of Contents

Database element

Specifies database-related settings for a particular parameter.

Parent

Param

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 (Elastic).
  Partition [0, 1] Specifies the partitioning configuration.

Remarks

Feature introduced in DataMiner 9.0.0 (RN 11853).

Examples

<Param>
   <Database>
      <CQLOptions>
         <Clustering>1;2</Clustering>
         <TableProperty>CLUSTERING ORDER BY (&quot;[PID:52]&quot; DESC)</TableProperty>
         <Finalizer>CREATE INDEX IF NOT EXISTS ON [TABLE] ([PID:52])</Finalizer>
      </CQLOptions>
   </Database>
</Param>