ISequenceConfigurerCache Method | |
Specifies the number of values which are kept in memory, prior the sequence is persisted (a performance optimization).
On the other hand when SV fails it does not guarantee a continuous sequence of values (e.g. some values might be lost). Uniqueness of values is preserved in any case.
Valid values: 0..count of values between MinValue and MaxCalue
Default value: 0
Namespace:
HP.SV.DotNetRuleApi
Assembly:
HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax Exceptions Exception | Condition |
---|
InvalidSequenceConfigurationException | when configuration is invalid. |
See Also