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

#include <daos_task.h>

Data Fields

daos_handle_t oh
 
daos_handle_t th
 
uint64_t flags
 
const char * key
 
daos_size_t buf_size
 
const void * buf
 

Detailed Description

KV put args

Definition at line 991 of file daos_task.h.

Field Documentation

◆ buf

const void* buf

Value buffer.

Definition at line 1003 of file daos_task.h.

◆ buf_size

daos_size_t buf_size

Value size.

Definition at line 1001 of file daos_task.h.

◆ flags

uint64_t flags

Operation flags.

Definition at line 997 of file daos_task.h.

◆ key

const char* key

Key.

Definition at line 999 of file daos_task.h.

◆ oh

KV open handle.

Definition at line 993 of file daos_task.h.

◆ th

Transaction open handle.

Definition at line 995 of file daos_task.h.


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