Method DropAll
DropAll(DropIndexOptions, CancellationToken)
Drops all the indexes.
Parameters
options
DropIndex Options The options.
cancellationToken
CancellationToken The cancellation token.
DropAll(CancellationToken)
Drops all the indexes.
Parameters
cancellationToken
CancellationToken The cancellation token.
DropAll(IClientSessionHandle, CancellationToken)
Drops all the indexes.
Parameters
session
IClientSession Handle The session.
cancellationToken
CancellationToken The cancellation token.
DropAll(IClientSessionHandle, DropIndexOptions, CancellationToken)
Drops all the indexes.
void DropAll(IClientSessionHandle session, DropIndexOptions options, CancellationToken cancellationToken = default)
Parameters
session
IClientSession Handle The session.
options
DropIndex Options The options.
cancellationToken
CancellationToken The cancellation token.