MaterialPackageByteLimits
此内容尚不支持你的语言。
Defined in: types.ts:233
Hard transport bounds applied before package bytes are copied or ZIP bytes are rebuilt.
Properties
Section titled “Properties”maxArchiveBytes
Section titled “maxArchiveBytes”
readonlymaxArchiveBytes:number
Defined in: types.ts:243
Maximum deterministic .aelionmat ZIP bytes.
maxFileBytes
Section titled “maxFileBytes”
readonlymaxFileBytes:number
Defined in: types.ts:237
Maximum bytes for any one non-manifest payload.
maxFiles
Section titled “maxFiles”
readonlymaxFiles:number
Defined in: types.ts:235
Includes manifest.json. ZIP transport cannot represent more than 65,535 entries.
maxManifestBytes
Section titled “maxManifestBytes”
readonlymaxManifestBytes:number
Defined in: types.ts:239
Maximum canonical manifest.json bytes.
maxPackageBytes
Section titled “maxPackageBytes”
readonlymaxPackageBytes:number
Defined in: types.ts:241
Maximum sum of manifest.json and all payload bytes.