Skip to content

Commit 3902b02

Browse files
committed
Add index.yaml file for new test entity.
NOTE: Documentation refernces "system_tests/data/index.yaml" file which doesn't exist.
1 parent e56a275 commit 3902b02

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

datastore/tests/system/index.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
indexes:
2+
3+
- kind: TestEntityPB
4+
properties:
5+
- name: string_key
6+
- name: int32_key
7+
8+
- kind: TestEntityPB
9+
properties:
10+
- name: string_key
11+
direction: asc
12+
- name: int32_key
13+
direction: asc
14+
15+
- kind: TestEntityPB
16+
properties:
17+
- name: string_key
18+
direction: desc
19+
- name: int32_key
20+
direction: desc

0 commit comments

Comments
 (0)