Skip to content

Commit c80b720

Browse files
author
Roberto De Ioris
authored
Update Collections_API.md
1 parent 6eab60a commit c80b720

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/Collections_API.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,13 @@ create a new static collections given a name and a type
6666
### create_dynamic_collection(name, ECollectionShareType)
6767

6868
create a new dynamic collections given a name and a type
69+
70+
### create_collection(name, ECollectionShareType, ECollectionStorageMode)
71+
72+
create a new dynamic collections given a name, a type and a storage mode
73+
74+
### reparent_collection(name, ECollectionShareType, new_name, ECollectionShareType)
75+
76+
move the 'name' collection to the 'new_name' parent
77+
78+

0 commit comments

Comments
 (0)