irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include "data_object_modify_info.h"
#include "api_plugin_number.h"
#include "procApiRequest.h"
#include "rodsErrorTable.h"
Go to the source code of this file.
Functions | |
auto | rc_data_object_modify_info (rcComm_t *comm, modDataObjMeta_t *input) -> int |
auto rc_data_object_modify_info | ( | rcComm_t * | comm, |
modDataObjMeta_t * | input | ||
) |
Modifies catalog information about a data object or replica.
The following keywords are supported:
[in] | comm | A pointer to a rcComm_t. |
[in] | input | A pointer to a modDataObjMeta_t containing the information to modify. |
0 | If the update was successful. |
non-zero | Otherwise. |
Definition at line 8 of file rc_data_object_modify_info.cpp.
References procApiRequest(), and SYS_INVALID_INPUT_PARAM.