Method DropAll
DropAll(DropIndexOptions, CancellationToken)
Drops all the indexes.
public virtual void DropAll(DropIndexOptions options, CancellationToken cancellationToken = default)
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.
public virtual void DropAll(IClientSessionHandle session, CancellationToken cancellationToken = default)
Parameters
session
IClientSession Handle The session.
cancellationToken
CancellationToken The cancellation token.
DropAll(IClientSessionHandle, DropIndexOptions, CancellationToken)
Drops all the indexes.
public virtual 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.