applicationReadable property

bool? applicationReadable
getter/setter pair

Whether files should also be uploaded as code data.

By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.

Implementation

core.bool? applicationReadable;