C# Class MongoDB.GridFS.GridFSExtensions

Afficher le fichier Open project: dannycoates/mongo-clr4-driver

Méthodes publiques

Méthode Description
FileExists ( this col, string name ) : bool
GetFile ( this col, string name ) : FileInfo
GridFS ( this db ) : Collection
RemoveFile ( this col, string name ) : void

Private Methods

Méthode Description
ChunkCollection ( this col ) : Collection
FilesCollection ( this col ) : Collection
FindFile ( this col, string name ) : Doc

Method Details

FileExists() public static méthode

public static FileExists ( this col, string name ) : bool
col this
name string
Résultat bool

GetFile() public static méthode

public static GetFile ( this col, string name ) : FileInfo
col this
name string
Résultat FileInfo

GridFS() public static méthode

public static GridFS ( this db ) : Collection
db this
Résultat Collection

RemoveFile() public static méthode

public static RemoveFile ( this col, string name ) : void
col this
name string
Résultat void