temporal:collection-get-options( $temporal-collection as xs:string ) as xs:string*
This function returns the options set on the temporal collection.
Parameters | |
---|---|
temporal-collection | The name of the temporal collection. |
xquery version "1.0-ml"; import module namespace temporal = "http://marklogic.com/xdmp/temporal" at "/MarkLogic/temporal.xqy"; temporal:collection-get-options("kool") (: Returns the options set on the "kool" collection. :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.