db2ACS_PathList Db2 Advanced Copy Services (ACS) API data structure

db2ACS_PathList contains a list of database paths, including some extra information about each of those paths specific to Db2 ACS operations.


/* ==========================================================================
 * Snapshot File List
 *
 * This is an array of 'numEntries' db2ACS_PathEntry's, where each path entry is
 * a path to some storage on the Db2 server which is in use by the current
 * database.
 * ========================================================================== */

typedef struct db2ACS_PathList
{
   db2Uint32                  numEntries;
   db2ACS_PathEntry         * entry;
} db2ACS_PathList;
numEntries
Data type: db2Uint32.

The number of path entries in the entry array.

entry
Data type: db2ACS_PathEntry.

db2ACS_PathEntry contains information about a database path.