ZosComponentStagingVersion
The ZosComponentStagingVersion object represents a staging version of a ChangeMan package component.
The staging versions for a component can be retrieved using the GetStagingVersions method of ZosPackageComponentFile.
ZosComponentStagingVersions Properties
ZosComponentStagingVersions exposes the following properties:
Property | Type | R/W | Description |
---|---|---|---|
Path | String | R | Full file system path name for the component. |
VersionIndex | UInt16 | R | Version index (sequence number). |
VersionStamp | UInt32 | R | Version stamp (unique ID). |
LineCount | UInt32 | R | Number of lines after update. |
User | String | R | User ID. |
ChangeDescripti on | String | R | Change description. |
ChangeTime | DateTime | R | Date and time component was updated. |
Location | ZosStagingVersionLocation | R | Code for library where this version of the component resides. |
...