Skip to main content

FileContentInfo Properties

An object defining properties for the FileContentInfo class.

MimeType

Gets the MIME type of the file content.

Type: string

This property contains the MIME type that identifies the format of the file content (e.g., "application/pdf", "image/jpeg"). It is read-only and set during object construction to ensure immutability.


Length

Gets the size of the file content in bytes.

Type: long

This property contains the total length of the file content in bytes. It is read-only and set during object construction to ensure immutability.