MxMetadataOutput
Description
Defines the metadata output by the stream.
Structure Definition
1 2 3 4 5 6 7 8 | class MxMetadataOutput: def __init__(self): self.errorCode = None self.errorMsg = None self.dataType = None self.serializedMetadata = None def SetErrorInfo(self, errorCodeIn, errorMsgIn): pass |
Parameters
Parameter |
Type |
Description |
|---|---|---|
errorCode |
int |
Output error code |
errorMsg |
bytes |
Output error information |
dataType |
bytes |
Data type of metadata |
serializedMetadata |
bytes |
Serialized metadata |
Parent topic: Process Orchestration Data Class