Interface FileMetadata

Hierarchy

  • FileMetadata

Properties

acl?: Acl

The file acl which will be set, if the file is uploaded afterwards

createdAt?: string | Date

The creation date of the file

eTag?: string

The optional current ETag of the file

headers?: {
    [header: string]: string;
}

The custom headers which will be send with the file after updating it

Type declaration

  • [header: string]: string
lastModified?: string | Date

The optional last modified date

mimeType?: string

The mimType of the file. Defaults to the mimeType of the provided data if it is a file object, blob or data-url

size?: number

The size of the file content in bytes

Generated using TypeDoc