rados_ioctx_set_namespace

Set the namespace for objects within an io context

The namespace specification further refines a pool into different domains. The mapping of objects to pgs is also based on this value.

@param io the io context to change @param nspace the name to use as the namespace, or NULL use the default namespace

extern (C)
void
rados_ioctx_set_namespace
(,
const(char)* nspace
)

Meta