DAOS API (v2.1 - dev)
Loading...
Searching...
No Matches
daos_pool_cont_filter_part Struct Reference

#include <daos_pool.h>

Data Fields

uint32_t pcfp_func
 
uint32_t pcfp_key
 
union { 
 
   uint64_t   pcfp_val64 
 
   d_string_t   pcfp_valstr 
 
};  
 

Detailed Description

Logical condition part of a filter of a pool's containers.

Definition at line 539 of file daos_pool.h.

Field Documentation

◆ [union]

union { ... }

value to compare current metadata value with

◆ pcfp_func

uint32_t pcfp_func

logical function to apply (e.g., <, >, ==). See daos_pool_cont_filter_func)

Definition at line 541 of file daos_pool.h.

◆ pcfp_key

uint32_t pcfp_key

key identifier. See daos_pool_cont_filter_key)

Definition at line 544 of file daos_pool.h.

◆ pcfp_val64

uint64_t pcfp_val64

Definition at line 548 of file daos_pool.h.

◆ pcfp_valstr

d_string_t pcfp_valstr

Definition at line 549 of file daos_pool.h.


The documentation for this struct was generated from the following file: