Table of Contents

Method Drop

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.GridFS.dll

Drop(CancellationToken)

Drops the files and chunks collections associated with this GridFS bucket.

void Drop(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

The cancellation token.