Method DropAll
DropAll(DropIndexOptions, CancellationToken)
Drops all the indexes.
void DropAll(DropIndexOptions options, CancellationToken cancellationToken = default)
Parameters
options
DropIndexOptionsThe options.
cancellationToken
CancellationTokenThe cancellation token.
DropAll(CancellationToken)
Drops all the indexes.
void DropAll(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenThe cancellation token.
DropAll(IClientSessionHandle, CancellationToken)
Drops all the indexes.
void DropAll(IClientSessionHandle session, CancellationToken cancellationToken = default)
Parameters
session
IClientSessionHandleThe session.
cancellationToken
CancellationTokenThe cancellation token.
DropAll(IClientSessionHandle, DropIndexOptions, CancellationToken)
Drops all the indexes.
void DropAll(IClientSessionHandle session, DropIndexOptions options, CancellationToken cancellationToken = default)
Parameters
session
IClientSessionHandleThe session.
options
DropIndexOptionsThe options.
cancellationToken
CancellationTokenThe cancellation token.