Skip to content

MetadataEntryResult

Initializer

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

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.
Path string The path in which this entry was defined.

TypeRequired

public string Type { get; set; }
  • Type: string

The type of the metadata entry.


DataOptional

public object Data { get; set; }
  • Type: object
  • Default: no data.

The data.


TraceOptional

public string[] Trace { get; set; }
  • Type: string[]
  • Default: no trace.

A stack trace for when the entry was created.


PathRequired

public string Path { get; set; }
  • Type: string

The path in which this entry was defined.