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 All Documents in a Collection
- 3-13 Finding the Unique Document That Has a Given Document Key
- 3-14 Finding Multiple Documents with Specified Document Keys
- 3-15 Finding Documents with a Filter Specification
- 3-16 Finding Documents with a Filter Specification and Pagination
- 3-17 Finding a Particular Version of a Document
- 3-18 Counting the Number of Documents Found
- 3-19 Replacing a Document in a Collection, Given Its Key, and Getting the Result Document
- 3-20 Replacing a Particular Version of a Document
- 3-21 Removing a Document from a Collection Using a Document Key
- 3-22 Removing a Particular Version of a Document
- 3-23 Removing Documents from a Collection Using Document Keys
- 3-24 Removing JSON Documents from a Collection Using a Filter
- 3-25 Creating a B-Tree Index for a JSON Field with SODA for C
- 3-26 Creating a JSON Search Index with SODA for C
- 3-27 Dropping an Index with SODA for C
- 3-28 Creating a Data Guide Dynamically with SODA for C
- 3-29 Creating a Data Guide Using a JSON Search Index with SODA for C
- 6-1 Getting All of the Metadata of a Collection
- 6-2 Getting Individual Collection Metadata Attributes
- 6-3 Creating a Collection That Has Custom Metadata