This property applies only if the CBRQueryOptimization property is set to DYNAMIC_SWITCHING, and if a query does not include a a SQL optimization option. If this property is not set, the CBR search always executes first. If this propety is set to zero, the DB search always executes first.
For more information, see CBR Query Optimization.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CBRQueryDynamicThreshold As Nullable(Of Integer) |
C# |
---|
Nullable<int> CBRQueryDynamicThreshold { get; set; } |
Visual C++ |
---|
property Nullable<int> CBRQueryDynamicThreshold { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_cbrQueryDynamicThreshold(); function set_cbrQueryDynamicThreshold(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: null
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ