Skip to content

Commit

Permalink
Update Collections_API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Nov 2, 2017
1 parent 6eab60a commit c80b720
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/Collections_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,13 @@ create a new static collections given a name and a type
### create_dynamic_collection(name, ECollectionShareType)

create a new dynamic collections given a name and a type

### create_collection(name, ECollectionShareType, ECollectionStorageMode)

create a new dynamic collections given a name, a type and a storage mode

### reparent_collection(name, ECollectionShareType, new_name, ECollectionShareType)

move the 'name' collection to the 'new_name' parent


0 comments on commit c80b720

Please sign in to comment.