Skip to main content

◆ createDirectory() [1/4]

CreateDirectoryResponse gpudb::GPUdb::createDirectory (const CreateDirectoryRequest &request_) const

Creates a new directory in KiFS.

The new directory serves as a location in which the user can upload files using uploadFiles.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ createDirectory() [2/4]

CreateDirectoryResponse & gpudb::GPUdb::createDirectory (const CreateDirectoryRequest &request_,
CreateDirectoryResponse &response_ ) const

Creates a new directory in KiFS.

The new directory serves as a location in which the user can upload files using uploadFiles.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ createDirectory() [3/4]

CreateDirectoryResponse gpudb::GPUdb::createDirectory (const std::string &directoryName,
const std::map< std::string, std::string > &options ) const

Creates a new directory in KiFS.

The new directory serves as a location in which the user can upload files using uploadFiles.

Parameters
[in]directoryNameName of the directory in KiFS to be created.
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ createDirectory() [4/4]

CreateDirectoryResponse & gpudb::GPUdb::createDirectory (const std::string &directoryName,
const std::map< std::string, std::string > &options,
CreateDirectoryResponse &response_ ) const

Creates a new directory in KiFS.

The new directory serves as a location in which the user can upload files using uploadFiles.

Parameters
[in]directoryNameName of the directory in KiFS to be created.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).