Method CreateCollectionAsync
CreateCollectionAsync(string, CreateCollectionOptions, CancellationToken)
Creates the collection with the specified name.
Task CreateCollectionAsync(string name, CreateCollectionOptions options = null, CancellationToken cancellationToken = default)
Parameters
name
stringThe name.
options
CreateCollection Options The options.
cancellationToken
CancellationToken The cancellation token.
Returns
- Task
A task.
CreateCollectionAsync(IClientSessionHandle, string, CreateCollectionOptions, CancellationToken)
Creates the collection with the specified name.
Task CreateCollectionAsync(IClientSessionHandle session, string name, CreateCollectionOptions options = null, CancellationToken cancellationToken = default)
Parameters
session
IClientSession Handle The session.
name
stringThe name.
options
CreateCollection Options The options.
cancellationToken
CancellationToken The cancellation token.
Returns
- Task
A task.