rados_setxattr

Set an extended attribute on an object.

@param io the context in which xattr is set @param o name of the object @param name which extended attribute to set @param buf what to store in the xattr @param len the number of bytes in buf @returns 0 on success, negative error code on failure

extern (C)
int
rados_setxattr
(,
const(char)* o
,
const(char)* name
,
const(char)* buf
,
size_t len
)

Meta