Table of Contents

Property GridFS

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

GridFS

Gets the default GridFS instance for this database. The default GridFS instance uses default GridFS settings. See also GetGridFS if you need to use GridFS with custom settings.

public virtual MongoGridFS GridFS { get; }

Property Value

MongoGridFS