Method DownloadAsBytesByName
DownloadAsBytesByName(string, GridFSDownloadByNameOptions, CancellationToken)
Downloads a file stored in GridFS and returns it as a byte array.
byte[] DownloadAsBytesByName(string filename, GridFSDownloadByNameOptions options = null, CancellationToken cancellationToken = default)
Parameters
filename
stringThe filename.
options
GridFSDownloadByNameOptionsThe options.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- byte[]
A byte array containing the contents of the file stored in GridFS.