What properties are available for quota and restrictions?

You can configure the quota and restrictions for your document storage.

Key

Description

Valid input

Example

com.aris.ads.config.max.filesize

Maximum file size (in kilobytes)

Specifies the maximum allowed size (in kilobytes) for file uploads.

Integer > 0

0

com.aris.ads.config.storage.quota.limit

Quota limit (in kilobytes)

Specifies the maximum total size (in kilobytes) of the document storage available to a tenant.

Integer > 0

0

com.aris.ads.config.storage.quota.usage

Quota usage (in kilobytes)

Amount of storage already used (in kilobytes) by uploaded documents.

Integer > 0

9678

com.aris.ads.config.supported.filetypes.filter.active

Restrict file extensions

Enables or disables the file extension filter. The default is not enabled (default value false).

 

 

com.aris.ads.config.supported.filetypes.filter

Valid file extensions

Specifies a comma-separated list of allowed file extensions.

String

jpeg,jpg,png,gif,pdf,doc,docx,ppt,pptx,pps,ppsx,odt,xls,xlsx

com.aris.ads.config.supported.mimetypes.filter.active

Restrict file extensions

Enables or disables the file type (MIME type) filter. The default is not enabled (default value false).

true, false

false

com.aris.ads.config.supported.mimetypes.filter

Allowed file types

Specifies the list of allowed file types (MIME types).

String

text/plain,text/pdf