Enabling table overflow support could slightly degrade database performance. It is recommended that you first consider metadata design options before enabling this support.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property TableOverflowEnabled As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> TableOverflowEnabled { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> TableOverflowEnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_tableOverflowEnabled(); function set_tableOverflowEnabled(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ