The maximum number of collections that can be created in this index area. If this number is exceeded, the server sets the
property to "closed", and for this same site and object store, changes to "open" the
value of the first index area found having a
value of "standby".
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxCollections As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaxCollections { get; set; } |
C++ |
---|
property Nullable<int> MaxCollections abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MaxCollections(); /** property */ public void set_MaxCollections(Nullable<int> value); |
JScript |
---|
public function get MaxCollections() : Nullable<int> public function set MaxCollections(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ