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.

public MongoGridFSCreateOptions()

Properties

Aliases

Gets or sets the aliases.

public string[] Aliases { get; set; }

Property Value

string[]

ChunkSize

Gets or sets the chunk size.

public int ChunkSize { get; set; }

Property Value

int

ContentType

Gets or sets the content type.

public string ContentType { get; set; }

Property Value

string

Id

Gets or sets the file Id.

public BsonValue Id { get; set; }

Property Value

BsonValue

Metadata

Gets or sets the metadata.

public BsonDocument Metadata { get; set; }

Property Value

BsonDocument

UploadDate

Gets or sets the upload date.

public DateTime UploadDate { get; set; }

Property Value

DateTime