Attribute | Key | Nullable | Description | DDL Type |
name | | | The name of the resource. This is independent of the locale and the file name and provides a logical name for a resource that is valid for all locales. For example, if resources representing the organization logo image are uploaded from the files "images/en_US/logo.png" and "images/fr_CA/logo.png" (perhaps because the text of the organization name appears in the logo and is translated to the appropriate language for each locale), then the resource name "logo" can be used for both resources and the "locale" field can indicate which image is appropriate for each locale. | SVR_STRING<254> |
contentType | | | The content type (MIME type) for this resource. This identifies how the binary resource content should be interpreted. See the domain definition for more information. | SVR_STRING<100> |
contentDisposition | | | The content disposition for this resource. At its most basic, this can be treated as the suggested file name for the resource if it is used as an attachment. This field may be left blank if it is not required, but it is recommended that it be set based on the original file name of the resource. See the domain definition for more information. | SVR_STRING<254> |
content | | | The content for this resource. This is binary data. If the resource is a text resource, then the binary data will be interpreted according to the character set encoding defined as a paramter to the value of the "contentType" field, for example, "text/plain; charset=us-ascii". If no encoding is specifed, UTF-8 encoding will be assumed. See the domain definition for more information. | SVR_BLOB |
internal | | No | Indicates if resource is internal. | SVR_BOOLEAN |
resourceID | Yes | No | The resource ID. | SVR_INT64 |
description | | | Description of the resource. | SVR_STRING<2000> |
category | | | Category of the resource. | SVR_STRING<10> |
localeIdentifier | | | The locale of the resource. Only resources with locales for which the application has been configured, or that act as fall-back locales for the application's locales, will be used. If the locale is empty, the resource may be used as a fallback if a resource for a specific locale cannot be found.
For example, if the resource named "logo" is requested for the "en_US" locale is requested, but no resource with that exact key exists, then the "logo" and "en" should be checked, followed by "logo" and "" (an empty locale) if that cannot be found. | SVR_STRING<10> |
versionNo | | No | | SVR_INT32 |
lastWritten | | | | SVR_DATETIME |
|