view.schemas

view.schemas() as Sequence

Summary

This function returns all of the schema specifications.

Example

const view = require('/MarkLogic/views');

view.schemas();

// Returns all of the schema specifications.
   
Powered by MarkLogic Server | Terms of Use | Privacy Policy