Data Object - ConverterDiagnosticManagerTaskLogBundleInfo

Property of
ConverterTaskInfo
Returned by
ConverterGenerateJobLogBundle, ConverterGenerateLogBundle, ConverterGenerateTaskLogBundle
Extends
DynamicData
See also
ConverterDiagnosticManagerBundleContent, ConverterDiagnosticManagerBundleFormat
Since
Converter API 1.0

Data Object Description

Describes the location and details of a task diagnostic bundle. This is a return type for the generateTaskLogBundle operation.

Properties

Name Type Description
content*ConverterDiagnosticManagerBundleContent[]

List of items this bundle contains.
crcxsd:int

The CRC32-IEEE 802.3 (0x04C11DB7) checksum of the bundle file. Can be used to verify its contents after page assembly using retrieveTaskLogBundle.
formatConverterDiagnosticManagerBundleFormat

The format of the diagnostic bundle file. Must be 'zip'.
keyxsd:string

The unique key for this bundle.
sizexsd:long

The size in bytes of the diagnostic bundle file.
timeCreatedxsd:dateTime

The date and time when the bundle was generated.
Properties inherited from DynamicData
None
*Need not be set