The maximum number of objects that a Verity collection can contain. Do not set this lower than the default unless testing collection overflow.
Namespace:
FileNet.Api.AdminFor IVerityServerConfiguration, this property is deprecated.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.0.0.")> _ Property MaxObjectsPerCollection As Nullable(Of Integer) |
C# |
---|
[ObsoleteAttribute("As of release 5.0.0.")] Nullable<int> MaxObjectsPerCollection { get; set; } |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.0.0.")] property Nullable<int> MaxObjectsPerCollection { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_maxObjectsPerCollection(); function set_maxObjectsPerCollection(value); |
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