temporal.collectionGetOptions

temporal.collectionGetOptions(
   temporal-collection as String
) as Sequence

Summary

This function returns the options set on the temporal collection.

Parameters
temporal-collection The name of the temporal collection.

Example

const temporal = require("/MarkLogic/temporal.xqy");

temporal.collectionGetOptions("kool"); 
 
// Returns the options set on the "kool" collection. 
Powered by MarkLogic Server | Terms of Use | Privacy Policy