cts.periodRangeQueryOptions

cts.periodRangeQueryOptions(
   query as cts.periodRangeQuery
) as Sequence

Summary

Returns the options for the specified query.

Parameters
query A query.

Example

const period = cts.period(xs.dateTime("2001-05-31T09:30:10-08:00"),
                        xs.dateTime("2003-05-31T09:30:10-08:00"));
const query = cts.periodRangeQuery("period1","aln_equals", period);
cts.periodRangeQueryOptions(query);
  => ()
Powered by MarkLogic Server | Terms of Use | Privacy Policy