create Collection
Create a new collection with the given name.
Parameters
collection Name
the name for the new collection to create
abstract suspend fun createCollection(collectionName: String, options: CreateCollectionOptions)
Content copied to clipboard
Create a new collection with the selected options
Parameters
collection Name
the name for the new collection to create
options
various options for creating the collection
abstract suspend fun createCollection(clientSession: ClientSession, collectionName: String)
Content copied to clipboard
Create a new collection with the given name.
Since
3.6
Parameters
client Session
the client session with which to associate this operation
collection Name
the name for the new collection to create
abstract suspend fun createCollection( clientSession: ClientSession, collectionName: String, options: CreateCollectionOptions)
Content copied to clipboard
Create a new collection with the selected options
Since
3.6
Parameters
client Session
the client session with which to associate this operation
collection Name
the name for the new collection to create
options
various options for creating the collection