MxMetadataInput

Function

Defines the metadata received by the stream.

Structure Definition

class MxMetadataInput:
    def __init__(self):
        self.datasource = None
        self.dataType = None
        self.serializedMetadata = None

Parameter Description

Parameter

Type

Description

datasource

bytes

Data source used for mounting metadata, which is used by downstream plugins to obtain metadata.

dataType

bytes

Data type of metadata.

serializedMetadata

bytes

Serialized metadata.