Type Alias Result

type Result = {
    documentSizeMiB?: number;
    hasSectionAccess?: boolean;
    objectCount?: number;
    objMemoryLimit?: apps.ResultobjMemoryLimit[];
    objNoCache?: apps.Resultobjresponsetime[];
    objSingleThreaded?: apps.Resultsingle[];
    objSlowCached?: apps.Resultobjresponsetime[];
    objSlowUncached?: apps.Resultobjresponsetime[];
    openApp?: { steps?: OpenAppStep[]; totalDurationMilliseconds?: number };
    rowCount?: number;
    sheetCount?: number;
    sheetsCached?: apps.Resultobjsheet[];
    sheetsUncached?: apps.Resultobjsheet[];
    topFieldsByBytes?: apps.Objecttopspec[];
    topTablesByBytes?: apps.Objecttopspec[];
}
Index

Properties

documentSizeMiB?: number
hasSectionAccess?: boolean
objectCount?: number
objMemoryLimit?: apps.ResultobjMemoryLimit[]
objSingleThreaded?: apps.Resultsingle[]
objSlowCached?: apps.Resultobjresponsetime[]
objSlowUncached?: apps.Resultobjresponsetime[]
openApp?: { steps?: OpenAppStep[]; totalDurationMilliseconds?: number }
rowCount?: number
sheetCount?: number
sheetsCached?: apps.Resultobjsheet[]
sheetsUncached?: apps.Resultobjsheet[]
topFieldsByBytes?: apps.Objecttopspec[]
topTablesByBytes?: apps.Objecttopspec[]