Skip to content

MetadataEntry

Backwards compatibility for when 'MetadataEntry' was defined here.

This is necessary because its used as an input in the stable

core.ConstructNode.metadata

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new MetadataEntry {
    string Type,
    object Data = null,
    string[] Trace = null
};

Properties

Name Type Description
Type string The type of the metadata entry.
Data object The data.
Trace string[] A stack trace for when the entry was created.

~~Type~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public string Type { get; set; }
  • Type: string

The type of the metadata entry.


~~Data~~Optional

  • Deprecated: moved to package 'ros-assembly-schema'
public object Data { get; set; }
  • Type: object
  • Default: no data.

The data.


~~Trace~~Optional

  • Deprecated: moved to package 'ros-assembly-schema'
public string[] Trace { get; set; }
  • Type: string[]
  • Default: no trace.

A stack trace for when the entry was created.