Table of Contents

Class MongoGridFSCreateOptions

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

Represents options used when creating a GridFS file.

public class MongoGridFSCreateOptions
Inheritance
MongoGridFSCreateOptions
Inherited Members
Extension Methods

Constructors

MongoGridFSCreateOptions()

Initializes a new instance of the MongoGridFSCreateOptions class.

Properties

Aliases

Gets or sets the aliases.

ChunkSize

Gets or sets the chunk size.

ContentType

Gets or sets the content type.

Id

Gets or sets the file Id.

Metadata

Gets or sets the metadata.

UploadDate

Gets or sets the upload date.