Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (26 loc) · 2.16 KB

File metadata and controls

49 lines (26 loc) · 2.16 KB

Query Examples

Before you can build indexes and index queries it is essential to understand the structure of index tables. Read this document before proceeding!

Indexing and Querying by Example

Basic Indexing

The following examples illustrate index specification and query JSON bodies which can be used to index and query model property data.

Diff Indexing

The following examples illustrate index specification and query JSON bodies which can be used to create and query diff indexes.


Contributing

If you want to add more examples, please follow the steps below:

  1. Fork this repo on github
  2. Add your sample(s) to the basic or diff sub-folders. You can use the exampleTemplate.md to quickly format your example. Please base your examples on the sample models provided so that they can be verified by a maintainer.
  3. DO NOT edit this README file by hand, use the readmeBuild.ps1 script located in this folder to re-build README.md
  4. Create a PR!

back