interface FileContentMetadata {
    contentType?: string;
    encoding?: number;
    extension?: string;
    fileName?: string;
    isBinary?: boolean;
    isImage?: boolean;
    vsLink?: string;
}

Properties

contentType?: string
encoding?: number
extension?: string
fileName?: string
isBinary?: boolean
isImage?: boolean
vsLink?: string