Skip to content

Commit

Permalink
Adding datastore samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Jan 29, 2016
1 parent b00f1dc commit 363e23f
Show file tree
Hide file tree
Showing 3 changed files with 852 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datastore/api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Cloud Datastore API Samples

<!-- auto-doc-link -->
<!-- end-auto-doc-link -->
25 changes: 25 additions & 0 deletions datastore/api/index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
indexes:
- kind: Task
properties:
- name: done
- name: priority
direction: desc
- kind: Task
properties:
- name: priority
- name: percent_complete
- kind: Task
properties:
- name: priority
direction: desc
- name: created
- kind: Task
properties:
- name: type
- name: priority
- kind: Task
properties:
- name: priority
- name: done
- name: created
direction: desc
Loading

0 comments on commit 363e23f

Please sign in to comment.