List of Examples
- 3-1 Getting Started Run-Through
- 3-2 Creating a Collection That Has the Default Metadata
- 3-3 Opening an Existing Document Collection
- 3-4 Printing the Names of All Existing Collections
- 3-5 Dropping a Document Collection
- 3-6 Creating a Document with JSON Content
- 3-7 Creating a Document with Document Key and JSON Content
- 3-8 Creating an Empty Document and Then Defining Components
- 3-9 Inserting a Document into a Collection
- 3-10 Inserting a Document into a Collection and Getting the Result Document
- 3-11 Inserting a Document into a Collection Without Providing a Handle
- 3-12 Finding the Single Document That Has a Given Document Key
- 3-13 Replacing a Document in a Collection, Given Its Key, and Getting the Result Document
- 3-14 Removing a Document from a Collection Using a Document Key
- 6-1 Getting All of the Metadata of a Collection
- 6-2 Getting Individual Collection Metadata Attributes
- 6-3 Default Collection Metadata
- 6-4 Creating a Collection That Has Custom Metadata