Table of Contents

Class GridFSDownloadByNameOptions

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

Represents options to a GridFS download by name operation.

public class GridFSDownloadByNameOptions : GridFSDownloadOptions
Inheritance
GridFSDownloadByNameOptions
Inherited Members

Properties

Revision

Gets or sets which revision of the file to download.

public int Revision { get; set; }

Property Value

int

Which revision of the file to download.