The maximum number of collections that can be created in this index area. If this number is exceeded, the server sets the IndexArea.ResourceStatus property to "closed", and for this same site and object store, changes to "open" the ResourceStatus value of the first index area found having a ResourceStatus 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<intvalue);
}
J#
/** property */
public Nullable<int> get_MaxCollections();

/** property */
public void set_MaxCollections(Nullable<intvalue);
JScript
public function get MaxCollections() : Nullable<int>

public function set MaxCollections(value : Nullable<int>);

Remarks

See Also