levelMap 资源类型

命名空间:microsoft.graph

表示 IMDF 格式的 level.geojson 文件,该文件定义 建筑物内的物理楼层结构。

继承自 baseMapFeature

方法

方法 返回类型 Description
List levelMap 集合 获取 levelMap 对象及其属性的列表。
列出装置 fixtureMap 集合 获取 fixtureMap 对象及其属性的列表。
列出节 sectionMap 集合 获取 sectionMap 对象及其属性的列表。
列表单位 unitMap 集合 获取 unitMap 对象及其属性的列表。

属性

属性 类型 说明
id String levelMap 对象的唯一标识符。 继承自 baseMapFeature
placeId String levelMap 所属的楼层的标识符。
properties String levelMap 的 GeoJSON 文件的所有属性的串联键值对。 继承自 baseMapFeature

关系

关系 类型 说明
夹具 fixtureMap 集合 在此级别上) 的固定装置 (,如家具或设备。 支持 upsert。
sections sectionMap 集合 此级别) (分区(如区域或分区)的集合。 支持 upsert。
单位 unitMap 集合 此级别上) 单位 ((如房间或办公室)的集合。 支持 upsert。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.levelMap",
  "id": "String (identifier)",
  "properties": "String",
  "placeId": "String"
}