Specifies the location within the database in which Large Object (LOB) data is to be created and referenced.
If this property is set during creation of the object store, Content Engine uses the
value to control where LOB data is placed. A change to the property value after the object store is created
affects only the location of LOBs that are added after the change. You can override the value
of this property by specifying a custom schema script during object store creation.
Namespace:
FileNet.Api.CoreNote This property is ignored on DB2 for z/OS.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property DatabaseLOBStorageLocation As String |
C# |
---|
string DatabaseLOBStorageLocation { get; set; } |
Visual C++ |
---|
property String^ DatabaseLOBStorageLocation { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_databaseLOBStorageLocation(); function set_databaseLOBStorageLocation(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 128
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ