Method RenameCollection
RenameCollection(string, string, RenameCollectionOptions, CancellationToken)
Renames the collection.
public virtual void RenameCollection(string oldName, string newName, RenameCollectionOptions options = null, CancellationToken cancellationToken = default)
Parameters
oldNamestringThe old name.
newNamestringThe new name.
optionsRenameCollectionOptionsThe options.
cancellationTokenCancellationTokenThe cancellation token.
RenameCollection(IClientSessionHandle, string, string, RenameCollectionOptions, CancellationToken)
Renames the collection.
public virtual void RenameCollection(IClientSessionHandle session, string oldName, string newName, RenameCollectionOptions options = null, CancellationToken cancellationToken = default)
Parameters
sessionIClientSessionHandleThe session.
oldNamestringThe old name.
newNamestringThe new name.
optionsRenameCollectionOptionsThe options.
cancellationTokenCancellationTokenThe cancellation token.