DAOS API (v2.0)
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 920 of file daos_task.h.

Field Documentation

◆ buf

const void* buf

Value buffer.

Definition at line 932 of file daos_task.h.

◆ buf_size

daos_size_t buf_size

Value size.

Definition at line 930 of file daos_task.h.

◆ flags

uint64_t flags

Operation flags.

Definition at line 926 of file daos_task.h.

◆ key

const char* key

Key.

Definition at line 928 of file daos_task.h.

◆ oh

KV open handle.

Definition at line 922 of file daos_task.h.

◆ th

Transaction open handle.

Definition at line 924 of file daos_task.h.


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