Specifies the approach used by
to open connections. Possible values are:
- 0: Specifies FP_NORMAL_OPEN where
attempts to open connections to all addresses in the connection string and all associated replication addresses. Consider using this strategy if your application performs numerous operations while the pool is open. This option is the default strategy and is equivalent to FP_OPTION_DEFAULT_OPTIONS.FPPool_Open - 1: Specifies FP_LAZY_OPEN where
opens connections to addresses only as needed. Consider using this strategy if your application frequently opens and closes the pool.FPPool_Open
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FPOpenStrategy As Nullable(Of Integer) |
C# |
---|
Nullable<int> FPOpenStrategy { get; set; } |
C++ |
---|
property Nullable<int> FPOpenStrategy abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_FPOpenStrategy(); /** property */ public void set_FPOpenStrategy(Nullable<int> value); |
JScript |
---|
public function get FPOpenStrategy() : Nullable<int> public function set FPOpenStrategy(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 1
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ