The maximum number of objects a Verity Collection can contain. Do not set this lower than the default unless testing collection overflow.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxObjectsPerCollection As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaxObjectsPerCollection { get; set; } |
C++ |
---|
property Nullable<int> MaxObjectsPerCollection abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MaxObjectsPerCollection(); /** property */ public void set_MaxObjectsPerCollection(Nullable<int> value); |
JScript |
---|
public function get MaxObjectsPerCollection() : Nullable<int> public function set MaxObjectsPerCollection(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 8000000
PropertyMaximumInteger32: 8000000
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ