![]() |
Query Policy
Definition at line 445 of file as_policy.h.
#include "as_policy.h"
Data Fields | |
uint32_t | timeout |
Related Functions | |
(Note that these are not member functions.) | |
as_policy_query * | as_policy_query_init (as_policy_query *p) |
|
related |
Initialize as_policy_query to default values.
p | The policy to initialize |
uint32_t as_policy_query::timeout |
Maximum time in milliseconds to wait for the operation to complete.
If 0 (zero), then the value will default to either as_config.policies.timeout or Aerospike's recommended default.
Definition at line 455 of file as_policy.h.