Class MongoGridFSCreateOptions
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
ContentType
Gets or sets the content type.
public string ContentType { get; set; }
Property Value
Id
Gets or sets the file Id.
public BsonValue Id { get; set; }
Property Value
Metadata
Gets or sets the metadata.
public BsonDocument Metadata { get; set; }
Property Value
UploadDate
Gets or sets the upload date.
public DateTime UploadDate { get; set; }