For a CmIndexDefinition object, if you set the value of this property, the value must conform to all of the constraints on index names enforced by the underlying database. If you do not specify a name, then the server will generate one.
For a CmTextSearchIndex object, the value of this property is the name assigned to this IBM Content Search Services index.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property IndexName As String |
C# |
---|
string IndexName { get; set; } |
Visual C++ |
---|
property String^ IndexName { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_indexName(); function set_indexName(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: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ