create Collection
suspend fun createCollection(collectionName: String, createCollectionOptions: CreateCollectionOptions = CreateCollectionOptions())
Create a new collection with the selected options
Parameters
collection Name
the name for the new collection to create
create Collection Options
various options for creating the collection
See also
suspend fun createCollection(clientSession: ClientSession, collectionName: String, createCollectionOptions: CreateCollectionOptions = CreateCollectionOptions())
Create a new collection with the selected options
Parameters
client Session
the client session with which to associate this operation
collection Name
the name for the new collection to create
create Collection Options
various options for creating the collection