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. |
Type
Required
public string Type { get; set; }
- Type: string
The type of the metadata entry.
Data
Optional
public object Data { get; set; }
- Type: object
- Default: no data.
The data.
Trace
Optional
public string[] Trace { get; set; }
- Type: string[]
- Default: no trace.
A stack trace for when the entry was created.
Path
Required
public string Path { get; set; }
- Type: string
The path in which this entry was defined.