List of Examples
- 3-1 Getting Started Run-Through
- 3-2 Sample Output for Getting Started Run-Through
- 3-3 Creating a Collection That Has the Default Metadata
- 3-4 Opening an Existing Document Collection
- 3-5 Checking for a Collection with a Given Name
- 3-6 Printing the Names of All Existing Collections
- 3-7 Dropping a Document Collection
- 3-8 Creating a Document with JSON Content
- 3-9 Creating a Document with Document Key and JSON Content
- 3-10 Inserting a Document into a Collection
- 3-11 Inserting a Document into a Collection and Getting the Result Document
- 3-12 Finding the Unique 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
- 3-15 Transaction Involving SODA Document Insertion and Replacement
- 4-1 Getting the Metadata of a Collection
- 4-2 Default Collection Metadata
- 4-3 Creating a Collection That Has Custom Metadata