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

#include <daos_task.h>

Data Fields

daos_handle_t oh
 
daos_handle_t th
 
uint32_t * nr
 
daos_key_desc_tkds
 
d_sg_list_t * sgl
 
daos_anchor_tanchor
 

Detailed Description

KV list args

Definition at line 1019 of file daos_task.h.

Field Documentation

◆ anchor

daos_anchor_t* anchor

Hash anchor for the next call.

Definition at line 1034 of file daos_task.h.

◆ kds

key descriptors.

Definition at line 1030 of file daos_task.h.

◆ nr

uint32_t* nr

[in]: number of key descriptors in kds. [out]: number of returned key descriptors.

Definition at line 1028 of file daos_task.h.

◆ oh

KV open handle.

Definition at line 1021 of file daos_task.h.

◆ sgl

d_sg_list_t* sgl

memory descriptors.

Definition at line 1032 of file daos_task.h.

◆ th

Transaction open handle.

Definition at line 1023 of file daos_task.h.


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