3.3.3.68. writeMetadata()

Optional[Exception] DataHubConnection.DataHubConnection.writeMetadata ( self, str point_name, Optional[PointMetaInfo] metadata)

Write metadata for a point.

Arguments:
    point_name: The name of the point.
    metadata: The metadata to write.
Returns:
    Optional[Exception]: An exception if an error occurs, 
    otherwise None.