ScanPolicy MethodsAerospike
The ScanPolicy type exposes the following members.
Methods

  NameDescription
Public methodSetTimeout
Create a single timeout by setting socketTimeout and totalTimeout to the same value.
(Inherited from Policy.)
Public methodSetTimeouts
Set socketTimeout and totalTimeout. If totalTimeout defined and socketTimeout greater than totalTimeout, set socketTimeout to totalTimeout.
(Inherited from Policy.)
Public methodValidate
Verify policies fields are within range.
Back to Top
See Also