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

#include <daos_fs.h>

Data Fields

uint64_t da_id
 
daos_size_t da_chunk_size
 
daos_oclass_id_t da_oclass_id
 
daos_prop_tda_props
 
uint32_t da_mode
 

Detailed Description

struct holding attributes for a DFS container

Definition at line 61 of file daos_fs.h.

Field Documentation

◆ da_chunk_size

daos_size_t da_chunk_size

Default Chunk size for all files in container

Definition at line 65 of file daos_fs.h.

◆ da_id

uint64_t da_id

Optional user ID for DFS container.

Definition at line 63 of file daos_fs.h.

◆ da_mode

uint32_t da_mode

Consistency mode for the DFS container: DFS_RELAXED, DFS_BALANCED. If set to 0 or more generally not set to balanced explicitly, relaxed mode will be used. In the future, Balanced mode will be the default.

Definition at line 75 of file daos_fs.h.

◆ da_oclass_id

daos_oclass_id_t da_oclass_id

Default Object Class for all objects in the container

Definition at line 67 of file daos_fs.h.

◆ da_props

daos_prop_t* da_props

DAOS properties on the DFS container

Definition at line 69 of file daos_fs.h.


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