Last active
July 3, 2016 17:52
-
-
Save lauramorillo/648b77529a491bf4dbb4840f4f0bf2c4 to your computer and use it in GitHub Desktop.
Index file containing the autogenerated keys for Google Cloud Datastore from emulator.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
indexes: | |
# AUTOGENERATED | |
# This index.yaml is automatically updated whenever the Cloud Datastore | |
# emulator detects that a new type of query is run. If you want to manage the | |
# index.yaml file manually, remove the "# AUTOGENERATED" marker line above. | |
# If you want to manage some indexes manually, move them above the marker line. | |
- kind: "Users" | |
properties: | |
- name: "name" | |
- name: "age" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment