Schema for size information of content.

interface ContentInformationSizes {
    active: number;
    external: number;
    file: number;
}

Properties

Properties

active: number

The active size of the content, in bytes.

external: number

The total uncompressed size of the content, in bytes.

file: number

The total size of the content as stored on disk, in bytes.

Generated using TypeDoc