Current Configuration Keywords

Keyword How it affects data storage
DEFAULTS

Stores data up to 1 TB in size. Text is stored in UTF8 format.

TEXT_UTF16

Stores data up to 1 TB in size. Text is stored in UTF16 format.

MAX_FILE_SIZE_4GB

Limits data size to 4 GB. Text is stored in UTF8 format.

MAX_FILE_SIZE_256TB

Stores data up to 256 TB in size. Text is stored in UTF8 format

GEOMETRY_OUTOFLINE

Stores data up to 1 TB in size. Text is stored in UTF8 format. Stores the geometry attribute in a file separate from the nonspatial attributes

BLOB_OUTOFLINE

Stores data up to 1 TB in size. Text is stored in UTF8 format. Stores BLOB attributes in a file separate from the rest of the attributes.

GEOMETRY_AND_BLOB_OUTOFLINE

Stores data up to 1 TB in size. Text is stored in UTF8 format. Stores both geometry and BLOB attributes in files separate from the rest of the attributes.

*This is the currently list for ArcGIS 10.0. Additional keywords may be added in subsequent releases.