fsizeLimit property

int? fsizeLimit
final

限定上传文件大小最大值,单位 Byte。

超过限制上传文件大小的最大值会被判为上传失败,返回 413 状态码。

Implementation

final int? fsizeLimit;