Nomad.GetCachedPkgDetails
Method | GetCachedPkgDetails |
---|---|
Module | Nomad |
Library | 1E |
Action | Gets details about a package cached in Nomad. |
Parameters |
|
Return values |
|
| |
0 – Original format. Package is stored as a regular folder in an unencrypted form. 1 – Compressed format. Package is stored as a compressed archive. 2 – Encrypted format. Package is stored as a compressed and encrypted archive. 3 – CloudDp format. Package is stored in an encrypted format used by Azure. This format is typically used for packages downloaded from Azure Cloud DP. Returned as 0 (Original format) if package does not exist in Nomad cache. | |
| |
| |
Example | Get details of the cached package “PRI0000A”: Nomad.GetCachedPkgDetails (contentId: “PRI0000A”) |
Platforms |
|
Notes | No data is returned if no DPs have the requested content. |