TableProperty element
Specifies the WITH clause that is to be used to set the necessary table properties.
Type
string
Parent
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>