db2ACS_ReadList Db2 Advanced Copy Services (ACS) API data structure
db2ACS_ReadList
contains
a list of groups.
/* The ReadList will only be used for snapshots where the action is READ, and
* where one of the granularity modifiers other than BY_OBJ has been specified.
* In the typical usage scenario of ( READ | BY_OBJ ) the ReadList parameter
* should be ignored.
*
* When the action is DB2ACS_ACTION_BY_GROUP the union is to be interpreted
* as a group list.
* -------------------------------------------------------------------------- */
typedef union db2ACS_ReadList
{
db2ACS_GroupList group;
} db2ACS_ReadList;
- group
- Data type:
db2ACS_GroupList
.db2ACS_GroupList
contains a list of groups to be included in the snapshot backup operation.