Specifies the approach used by FPPool_Open to open connections. Possible values are:
Namespace:
FileNet.Api.Admin- 0: Specifies FP_NORMAL_OPEN where FPPool_Open 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.
- 1: Specifies FP_LAZY_OPEN where FPPool_Open opens connections to addresses only as needed. Consider using this strategy if your application frequently opens and closes the pool.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FPOpenStrategy As Nullable(Of Integer) |
C# |
---|
Nullable<int> FPOpenStrategy { get; set; } |
Visual C++ |
---|
property Nullable<int> FPOpenStrategy { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_fpOpenStrategy(); function set_fpOpenStrategy(value); |
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