AddNamespace
Creates a new namespace directory on the specified storage.Request
The name of the storage where the namespace will be created
The name of the namespace to create
Response
Empty response on success.RemoveNamespace
Removes an existing namespace directory from the specified storage.Request
The name of the storage containing the namespace
The name of the namespace to remove
Response
Empty response on success.RenameNamespace
Renames a namespace directory on the specified storage.Request
The name of the storage containing the namespace
The current name of the namespace
The new name for the namespace
Response
Empty response on success.NamespaceExists
Checks whether a namespace exists on the specified storage.Request
The name of the storage to check
The name of the namespace to check
Response
True if the namespace exists, false otherwise