Java com.mongodb.client.gridfs.model GridFSFile fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client.gridfs.model GridFSFile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client.gridfs.model GridFSFile.

The text is from its open source code.

Method

intgetChunkSize()
The size, in bytes, of each data chunk of this file
DocumentgetExtraElements()
All deprecated top level elements including any contentType or aliases data
StringgetFilename()
The filename
BsonValuegetId()
The BsonValue id for this file.
longgetLength()
The length, in bytes of this file
StringgetMD5()
The hash of the contents of the stored file
DocumentgetMetadata()
Any additional metadata stored along with the file
ObjectIdgetObjectId()
The ObjectId for this file.
DategetUploadDate()
The date and time this file was added to GridFS