You can customize the supplied default schema script and then submit your customized script when you call the Factory.ObjectStore.CreateInstance(domain, admins, users, schemaScript) method. Typical modifications to the default script include the distribution of the various tables, indexes, and Large Object (LOB) columns across different tablespaces. For more information, see Using a Custom Schema Script.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property ObjectStoreSchemaOracle As String |
| C# |
|---|
string ObjectStoreSchemaOracle { get; } |
| Visual C++ |
|---|
property String^ ObjectStoreSchemaOracle { String^ get (); } |
| JavaScript |
|---|
function get_objectStoreSchemaOracle(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ