MxMetadataInput

Description

Defines the metadata received by the stream.

Structure Definition

1
2
3
4
5
class MxMetadataInput:
    def __init__(self):
        self.datasource = None
        self.dataType = None
        self.serializedMetadata = None

Parameters

Parameter

Type

Description

datasource

bytes

dataSource used for mounting metadata, which is used by downstream plugin to obtain metadata

dataType

bytes

Data type of metadata.

serializedMetadata

bytes

Serialized metadata.