List

Table of Contents

Overview
The List directive lists the documents or schemas contained in a given schema with an optional count.

Example:
round-pushpin Lists the documents in the WordList:Language schema using the default count (which is 100).
LIST DOCUMENTS WordList:Language

round-pushpin Lists the schemas in the WordList schema using the default count (which is 100).
LIST SCHEMAS WordList

round-pushpin Lists the first 1,000 documents in the WordList:Language schema.
LIST DOCUMENTS WordList:Language 1000

Related