Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 209 Bytes

retrieve.md

File metadata and controls

15 lines (13 loc) · 209 Bytes

Storage Retrieval

Pattern

pattern: {
  "match": {
    "Foo": "first",
    "Bar": { "gte": 0, "lte": 1000 }
  },
  "fields": ["Foo","Bar","Baz"],
  "count": 3,
  "order": { "Bar": "desc" }
}