![]() |
DAOS API (v2.1 - dev)
|
#include <daos_pool.h>
Data Fields | |
| uint32_t | pcfp_func |
| uint32_t | pcfp_key |
| union { | |
| uint64_t pcfp_val64 | |
| d_string_t pcfp_valstr | |
| }; | |
Logical condition part of a filter of a pool's containers.
Definition at line 536 of file daos_pool.h.
| union { ... } |
value to compare current metadata value with
| uint32_t pcfp_func |
logical function to apply (e.g., <, >, ==). See daos_pool_cont_filter_func)
Definition at line 538 of file daos_pool.h.
| uint32_t pcfp_key |
key identifier. See daos_pool_cont_filter_key)
Definition at line 541 of file daos_pool.h.
| uint64_t pcfp_val64 |
Definition at line 545 of file daos_pool.h.
| d_string_t pcfp_valstr |
Definition at line 546 of file daos_pool.h.