![]() |
Query Policy
Definition at line 753 of file as_policy.h.
#include "as_policy.h"
Data Fields | |
bool | deserialize |
uint32_t | timeout |
Related Functions | |
(Note that these are not member functions.) | |
static void | as_policy_query_copy (as_policy_query *src, as_policy_query *trg) |
static as_policy_query * | as_policy_query_init (as_policy_query *p) |
|
related |
Copy as_policy_query values.
src | The source policy. |
trg | The target policy. |
Definition at line 1450 of file as_policy.h.
|
related |
Initialize as_policy_query to default values.
p | The policy to initialize. |
Definition at line 1434 of file as_policy.h.
References deserialize, and timeout.
bool as_policy_query::deserialize |
Should raw bytes representing a list or map be deserialized to as_list or as_map. Set to false for backup programs that just need access to raw bytes. Default: true
Definition at line 768 of file as_policy.h.
uint32_t as_policy_query::timeout |
Maximum time in milliseconds to wait for the operation to complete.
The default (0) means do not timeout.
Definition at line 761 of file as_policy.h.