db2ACS_LogDetails Db2 Advanced Copy Services (ACS) API data structure
db2ACS_LogDetails contains
information that identifies a particular database log file.
/* -------------------------------------------------------------------------- */
typedef struct db2ACS_LogDetails
{
db2Uint32 fileID;
db2Uint32 chainID;
} db2ACS_LogDetails;
- fileID
- Data type:
db2Uint32.A number which is the file name of the database log file.
- chainID
- Data type:
db2Uint32.A number which identifies the database log file chain to which the database log file fileID belongs.