mUploadSize property

int? mUploadSize
getter/setter pair

The maximum size an upload can be in bytes. Clients SHOULD use this as a guide when uploading content. If not listed or null, the size limit should be treated as unknown.

Implementation

int? mUploadSize;