The number of servers from the listing in the
property that will be attached to a newly created collection. The servers chosen will be those with the fewest collections already attached to them.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SearchServersToAttach As Nullable(Of Integer) |
C# |
---|
Nullable<int> SearchServersToAttach { get; set; } |
C++ |
---|
property Nullable<int> SearchServersToAttach abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_SearchServersToAttach(); /** property */ public void set_SearchServersToAttach(Nullable<int> value); |
JScript |
---|
public function get SearchServersToAttach() : Nullable<int> public function set SearchServersToAttach(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