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

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

Integer > 0

0

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

Quota limit

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

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

Integer > 0

9678

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

Valid file extensions

Specifies the 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.filetypes.filter.active

Restrict file extensions

Specifies whether or not the file type filter (file extensions) is activated. 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

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

Restrict file types

Specifies whether or not the file type filter (MIME types) is activated. The default is not enabled (default value false).

true, false

false