
cts.lsqtQueryTemporalCollection( query as cts.lsqtQuery ) as String
Returns the name of the temporal collection used to construct specified query.
| Parameters | |
|---|---|
| query | A query. |
const query =
cts.lsqtQuery("temporal",null,"cached-incremental", xs.double("3.13"));
cts.lsqtQueryTemporalCollection(query);
=> temporal
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.