Skip to content

RosMappingProps

Initializer

using AlibabaCloud.SDK.ROS.CDK.Core;
new RosMappingProps {
    System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, object>> Mapping = null
};

Properties

Name Type Description
Mapping System.Collections.Generic.IDictionary> Mapping of key to a set of corresponding set of named values.

MappingOptional

public System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, object>> Mapping { get; set; }
  • Type: System.Collections.Generic.IDictionary>
  • Default: No mapping.

Mapping of key to a set of corresponding set of named values.

The key identifies a map of name-value pairs and must be unique within the mapping.

For example, if you want to set values based on a region, you can create a mapping that uses the region name as a key and contains the values you want to specify for each specific region.