Type classes(类型类)¶
Type classes can be applied to properties, link types, and action types. With the exception of the analyzer type class kind, which affects indexing behavior, type classes define additional metadata that can be interpreted by user applications that interact with the Ontology. For example, the specification of some hubble property type classes affect how the property value is rendered in Object Views.
The chart below provides a list of known type classes. The columns in this chart are as follows:
- The Deprecated column indicates whether a type class is still supported.
- The Deprecated column also indicates whether a type class should now be configured in the Capabilities page.
- In the Ontology Manager, object types now have a Capabilities page to configure features historically defined as type classes. The configuration of all supported type classes will move to the Capabilities page.
- The Type column indicates whether the type class is applied to a property, link type (formerly known as relation), or action type.
- The Kind and Name columns contain string values from two user-defined fields that are set when adding a type class in the Ontology Manager. These values are used by Foundry products to label a type class.

- The Description column describes the intended behavior of user applications when interacting with a property value, link, or action for which the listed type class has been added.
- Object Explorer is an application that consumes
hubbletype classes. - Quiver is an application that consumes
timeseriestype classes.
| Deprecated | Type | Kind | Name | Description |
|---|---|---|---|---|
| Property | hubble | media_url | Renders the property as a media item when it appears in an Object View. | |
| Deprecated | Property | hubble | editable | Allows users to edit the property when it appears in an Object View. Use inline edits instead. |
| Property | hubble | icon | Indicates that the URL stored as property value contains the icon for an object. | |
| Deprecated | Relation | hubble | creatable | Allows the user to create new objects of a specific link type from a Linked Objects View widget within an Object View. The type class is placed on the relation and allows the user to create objects of the type on the "many" side of a one-to-many relation. See actions for the supported way to allow users to create new links. |
| Deprecated | Property | hubble | endorsement_status: endorsed |
Marks object as endorsed in Object Explorer and Object Views when added to the primary key property of an object type. |
| Deprecated | Property | hubble | endorsement_status: not_endorsed |
Marks object as work in progress in Object Explorer and Object Views when added to the primary key property of an object type. |
| Deprecated | Property | hubble | thumbnail | Uses the URL stored as the property value as a thumbnail in the search results cards. This was only relevant in a previous version of Object Explorer. |
| Deprecated | Property | hubble | array | This type class was formerly used to ensure that a property is formatted as an array, but arrays are now properly-supported property base types in the Ontology Manager. |
| Deprecated | Property | hubble | default_sort_descending | Will automatically sort a column by descending values in Object Explorer. This was only relevant in a previous version of Object Explorer. |
| Deprecated | Property | hubble | quick_filter | In Object Explorer list view, these properties were available as default filters. This was only relevant in a previous version of Object Explorer. |
| Relation | hierarchy | parent | Signals that the link direction in a link type represents a parent in a hierarchy. Object Views will then display breadcrumbs at the top of the Object View of the hierarchy (e.g., 'Europe -> France -> Paris -> Rue Cler'). | |
| Property | choropleth_map_ config_id |
\ | A choropleth can be created for any property type that contains values for geographic regions (i.e., country codes) that can be plotted on a map. The kind of type class necessary is choropleth_map_config_id, and the name depends on what type of region code the property contains.For instance: - For countries, use countries- US States → us_states- US Counties → us_counties- US Zip Codes → us_zip_codesFor additional region boundary options, or additional assistance with adding this type class, contact your Palantir representative. Configuration options include changing the type of aggregation as well as the color scale used. To use this type class, either the selectable or sortable render hint must be applied to the property. |
|
| Deprecated | Property | oe_home_page_ object_type_group |
\ |
Add this type class to the primary key property of an object type to add said object type to a group. Ensure proper spelling to avoid the duplication of groups. These configured groups of object types are displayed on Object Explorer's home page. If you have groups configured, any non-hidden object types you do not add to a group will be placed at the bottom of the page under “Other” group. This has been replaced with the object type groups capability. |
| Action type | hubble-oe | hide-action | Hides the action type within Object Explorer & Object Views; otherwise they are automatically discovered in the Actions button dropdown. |
|
| Action type | hubble-oe-object-set-rid | \ | Experimental feature that allows for the creation of dynamic object sets. | |
| Action type | hubble-oe-security-rid | \ |
Experimental feature that allows for the creation of dynamic object sets. | |
| Action type | actions | generate_uuid | Replaces a string parameter with a UUID. | |
| Action type | actions | prefill_current_user | Replaces a string parameter with the current user. | |
| Action type | actions | view_object_with_type | Shows the created/modified object in the success toast. | |
| Deprecated | Property | analyzer | not_analyzed | Prevents Lucene ↗ from tokenizing the property; use for identifier properties that contain dashes, etc. To configure analyzers, navigate to Properties > Interaction, which contains a dropdown for selecting an analyzer. |
| Deprecated | Property | analyzer | simple / standard / whitespace / english / french / japanese / arabic / korean / german / combined_arabic_english | Analyzers for specific languages and use cases. Most of these are implemented with Lucene built-in analyzers, but a few are custom plugins. Korean and German are not supported in the legacy Object Storage V1. To configure analyzers, navigate to Properties > Interaction, which contains a dropdown for selecting an analyzer. |
| Deprecated | Property | analyzer | not_indexed | Prevents Lucene from indexing the property; use for properties that do not need to be searchable or aggregatable. This type class is no longer used to manage whether a property should be indexed, as this functionality is now managed by the searchable render hint. |
| Deprecated | Property | multipass | user_id | When applied to a property whose values contain Multipass UIDs, the property will be rendered as the users' username (comprised of the multipass:given-name and multipass:family-name attributes) in Object Explorer and Object Views. This type class is no longer used to ensure a property is formatted as a username, and Multipass UIDs are now supported in the value formatting feature in the Ontology Manager. |
| Deprecated | Property | global | \ |
Can be used to mark a property as global. This allows filtering of multiple object types by a common property as long as the properties have the same property_id and global type class on each object type that should be filtered by this property. This was only relevant in a previous version of Object Explorer. |
| Deprecated | Property | geo | geojson | Indicates that the property contains GeoJSON data (e.g., polygons, lines, etc.). The Map application will render this GeoJSON on the map. Deprecated: use the geoshape property type instead. |
| Deprecated | Property | geo | latitude | Indicates that the property contains a Latitude for use in the Map application. Deprecated: use the geopoint property type instead. |
| Deprecated | Property | geo | longitude | Indicates that the property contains a Longitude for use in the Map application. Deprecated: use the geopoint property type instead. |
| Configure in Capabilities page of object type |
Property | geo | altitude | Indicates that the property contains an altitude/elevation, in meters relative to sea level, for use in the Map application with 3D mode. |
| Property | vertex | link_merge | For Vertex & Vortex Related Object Search Arounds, always treat this object as an intermediary - this object will no longer show up in Related Object list, but second-degree links from it will, and it will render as an edge on the graph. Place type class on the primary key of the object. | |
| Relation | vertex | link_merge_incoming | The same as link_merge, but only for this specific relation - the link merged object is the target/to side of this relation. |
|
| Relation | vertex | link_merge_outgoing | The same as link_merge, but only for this specific relation - the link merged object is the source/from side of this relation. |
|
| Relation | vertex | component | For Vertex diagrams, indicates the objects linked to the base objects to be used in the diagram. | |
| Property | vertex | component_subtype | For Vertex, allows for finer-grained grouping than object type. Place type class on the primary key of the object. | |
| Property | vertex | event_intent.\ |
Set this on the primary key property of an Event to use it in Vertex & Vortex, where intent indicates the color/severity of the event/alert (danger, warning, primary, or success). For example: event_intent.danger |
|
| Property | vertex | event_value | Indicates the property representing the numeric value of the event. | |
| Property | vertex | event_value_unit.\ |
Set this alongside event_value, where unit is the unit of measurement for numeric value of the event. For example: event_value_unit.Kilograms |
|
| Property | vertex | event_property | Shows this property in the Vertex & Vortex event cards. | |
| Property | vertex | min | For time series objects: Vertex will alert when series values fall below this minimum. | |
| Property | vertex | max | For time series objects: Vertex will alert when series values exceed this maximum. | |
| Property | vertex | threshold_measure.\ |
For Vertex, set this on the primary key property of an object to indicate which measure to use for thresholding. For example: threshold_measure.Temperature |
|
| Property | vertex | threshold_high_limit | Used in conjunction with threshold_measure to indicate which property represents the upper threshold bound. |
|
| Property | vertex | threshold_low_limit | Used in conjunction with threshold_measure to indicate which property represents the lower threshold bound. |
|
| Property | vertex | threshold_exceed_intent.\ |
Set this on the primary key property of an object in conjunction with threshold_measure, where intent indicates the color/severity of the threshold breach (danger, warning, primary, or success). For example: threshold_exceed_intent.danger |
|
| Property | vertex | key_measure.\ |
Measures listed here will display on the Vertex home page. For example: key_measure.Temperature |
|
| Deprecated | Property | vertex | enum_values | For time series objects: A JSON map from numeric values to string values. The type class is no longer supported. |
| Configure in Capabilities page of object type |
Property | timeseries | timeseries_id | When applied to the primary key of a timeseries object, this type class specifies the series identifier (seriesId) of that object. The property must be globally unique across all timeseries objects, and is the only type class that is required for your object to be discoverable in Quiver. |
| Configure in Capabilities page of object type |
Property | timeseries | timeseries_measure | The property specifying the measure of a timeseries object. Note: The timeseries.timeseries_sensor_type type class was formerly used for the same purpose; this will continue to work, but use timeseries.timeseries_measure for consistency. |
| Deprecated | Property | timeseries | timeseries_sensor_type | See timeseries_measure above. |
| Configure in Capabilities page of object type |
Property | timeseries | timeseries_units | The property specifying the value units of a timeseries object (e.g., a stock price timeseries might have dollars as a value unit). |
| Configure in Capabilities page of object type |
Property | timeseries | timeseries_internal_interpolation | The property specifying the default internal interpolation of a timeseries object. Internal interpolation is how Quiver infers series values between adjacent data points. |
| Configure in Capabilities page of object type |
Property | timeseries | timeseries_root_object_id | The property specifying the root object of a timeseries object. Each timeseries object can only have one root object. |
| Configure in Capabilities page of object type |
Property | timeseries | timeseries_is_enum | A Boolean property which must be true for any timeseries that has enum values. Note: This requirement is temporary and may change in the future. |
| Configure in Capabilities page of object type |
Property | timeseries | timeseries_is_deprecated | A Boolean property which, when set to true for a timeseries, will filter it out of Object Explorer and Object View search results. Note: This will only post-filter these timeseries out of results in Quiver. This will not affect search results in other applications. |
| Relation | timeseries | parent | Describes the link between the timeseries object and each parent, similar to hierarchy.parent. |
|
| Property | timeseries | timeseries_is_value_inverted | When set to true, this boolean property will automatically invert the y-axis values of a timeseries in Quiver, such that values ascend going down. This is useful for plotting a time vs. depth series, such as when tracking the progress of an underground drilling operation over time. | |
| Property | timeseries | timeseries_depth_units | Place on the property containing the depth units of complex series (depth series, well completion series and fiber series). The regular timeseries.timeseries_units property is used for the value units of a depth series and well completion series. |
|
| Configure in Capabilities page of object type |
Property | timeseries | event_id | The property specifying the event identifier (eventId) of an event object. Should be globally unique across all event objects. |
| Configure in Capabilities page of object type |
Property | timeseries | event_start_time | The property specifying the start time of an event object. This field should be a time value (e.g. a TIMESTAMP). |
| Configure in Capabilities page of object type |
Property | timeseries | event_end_time | The property specifying the end time of an event object. This field should be a time value (e.g. a TIMESTAMP). |
| Configure in Capabilities page of object type |
Property | timeseries | event_description | The property specifying the string description of an event object. This is required if the event object type will be used for annotation writeback. |
| Configure in Capabilities page of object type |
Property | timeseries | event_root_object_id | The property specifying the root object of an event object. Each event object can only have one root object. |
| Configure in Capabilities page of object type |
Property | timeseries | event_linked_series_id | The property specifying the series object to which an event object relates. String arrays as well as single strings are supported for this field. |
| Property | schedules | schedulable-start-time | Marks a timestamp property as the start time for schedule objects in dynamic scheduling widgets. Required for dynamic mode in the Scheduling Calendar widget and Gantt chart widgets. The action parameter ID in your save handler action must match the property ID. | |
| Property | schedules | schedulable-end-time | Marks a timestamp property as the end time for schedule objects in dynamic scheduling widgets. Required for dynamic mode in the Scheduling Calendar widget and Gantt chart widgets. The action parameter ID in your save handler action must match the property ID. | |
| Property | schedules | segment-by | When applied to a property, enables segmentation in scheduling widgets, allowing pucks to be color-coded based on the property values using conditional formatting. | |
| Action type | schedules | schedulable-start-time | Marks an action parameter as the start time parameter for save handler actions in dynamic scheduling widgets. Must be applied to the same parameter that matches the start time property ID. | |
| Action type | schedules | schedulable-end-time | Marks an action parameter as the end time parameter for save handler actions in dynamic scheduling widgets. Must be applied to the same parameter that matches the end time property ID. |
中文翻译¶
类型类¶
类型类(Type classes)可应用于属性、链接类型和操作类型。除了影响索引行为的 analyzer 类型类种类外,类型类定义了可由与本体交互的用户应用程序解释的额外元数据。例如,某些 hubble 属性类型类的规范会影响属性值在对象视图中的渲染方式。
下表列出了已知的类型类。表格各列说明如下:
- 已弃用(Deprecated) 列表示该类型类是否仍受支持。
- 已弃用列还表示该类型类现在是否应在功能(Capabilities) 页面中进行配置。
- 在本体管理器中,对象类型现在有一个功能页面,用于配置历史上定义为类型类的功能。所有受支持的类型类的配置都将迁移到功能页面。
- 类型(Type) 列表示该类型类应用于属性、链接类型(原称为关系)还是操作类型。
- 种类(Kind) 和名称(Name) 列包含两个用户定义字段的字符串值,这些字段在在本体管理器中添加类型类时设置。Foundry 产品使用这些值来标记类型类。

- 描述(Description) 列描述了用户应用程序在交互具有所列类型类的属性值、链接或操作时的预期行为。
- 对象资源管理器是一个使用
hubble类型类的应用程序。 - Quiver是一个使用
timeseries类型类的应用程序。
| 已弃用 | 类型 | 种类 | 名称 | 描述 |
|---|---|---|---|---|
| 属性 | hubble | media_url | 当属性出现在对象视图中时,将其渲染为媒体项。 | |
| 已弃用 | 属性 | hubble | editable | 允许用户在属性出现在对象视图中时进行编辑。请改用内联编辑。 |
| 属性 | hubble | icon | 表示作为属性值存储的 URL 包含对象的图标。 | |
| 已弃用 | 关系 | hubble | creatable | 允许用户从对象视图内的链接对象视图小部件创建特定链接类型的新对象。该类型类放置在关系上,允许用户在一对多关系的"多"端创建对象。请参阅操作了解允许用户创建新链接的受支持方式。 |
| 已弃用 | 属性 | hubble | endorsement_status: endorsed |
当添加到对象类型的主键属性时,在对象资源管理器和对象视图中将对象标记为已认可。 |
| 已弃用 | 属性 | hubble | endorsement_status: not_endorsed |
当添加到对象类型的主键属性时,在对象资源管理器和对象视图中将对象标记为进行中。 |
| 已弃用 | 属性 | hubble | thumbnail | 使用作为属性值存储的 URL 作为搜索结果卡片中的缩略图。 这仅与旧版对象资源管理器相关。 |
| 已弃用 | 属性 | hubble | array | 此类型类以前用于确保属性格式化为数组,但现在数组是本体管理器中完全受支持的属性基础类型。 |
| 已弃用 | 属性 | hubble | default_sort_descending | 将在对象资源管理器中按降序值自动排序列。 这仅与旧版对象资源管理器相关。 |
| 已弃用 | 属性 | hubble | quick_filter | 在对象资源管理器列表视图中,这些属性可作为默认筛选器使用。 这仅与旧版对象资源管理器相关。 |
| 关系 | hierarchy | parent | 表示链接类型中的链接方向代表层次结构中的父级。对象视图将在层次结构的对象视图顶部显示面包屑导航(例如,'欧洲 -> 法国 -> 巴黎 -> 克莱尔街')。 | |
| 属性 | choropleth_map_ config_id |
\ | 可以为包含可在地图上绘制的地理区域值(即国家代码)的任何属性类型创建等值线图。所需的类型类种类是 choropleth_map_config_id,名称取决于属性包含的区域代码类型。例如: - 对于国家,使用 countries- 美国州 → us_states- 美国县 → us_counties- 美国邮政编码 → us_zip_codes如需其他区域边界选项或添加此类型类的其他帮助,请联系您的 Palantir 代表。 配置选项包括更改聚合类型以及使用的色阶。 要使用此类型类,必须对属性应用 selectable 或 sortable 渲染提示。 |
|
| 已弃用 | 属性 | oe_home_page_ object_type_group |
\ |
将此类型类添加到对象类型的主键属性,以将该对象类型添加到组中。 确保拼写正确以避免组重复。这些配置的对象类型组显示在对象资源管理器的主页上。 如果您配置了组,任何未添加到组的非隐藏对象类型将放置在页面底部的"其他"组下。此功能已被对象类型组功能取代。 |
| 操作类型 | hubble-oe | hide-action | 在对象资源管理器和对象视图中隐藏操作类型;否则它们会在操作按钮下拉菜单中自动发现。 |
|
| 操作类型 | hubble-oe-object-set-rid | \ | 实验性功能,允许创建动态对象集。 | |
| 操作类型 | hubble-oe-security-rid | \ |
实验性功能,允许创建动态对象集。 | |
| 操作类型 | actions | generate_uuid | 用 UUID 替换字符串参数。 | |
| 操作类型 | actions | prefill_current_user | 用当前用户替换字符串参数。 | |
| 操作类型 | actions | view_object_with_type | 在成功提示中显示已创建/修改的对象。 | |
| 已弃用 | 属性 | analyzer | not_analyzed | 防止 Lucene ↗ 对属性进行分词;用于包含破折号等的标识符属性。 要配置分析器,请导航至属性 > 交互,其中包含用于选择分析器的下拉菜单。 |
| 已弃用 | 属性 | analyzer | simple / standard / whitespace / english / french / japanese / arabic / korean / german / combined_arabic_english | 用于特定语言和用例的分析器。其中大部分使用 Lucene 内置分析器实现,但少数是自定义插件。 韩语和德语在旧版对象存储 V1 中不受支持。 要配置分析器,请导航至属性 > 交互,其中包含用于选择分析器的下拉菜单。 |
| 已弃用 | 属性 | analyzer | not_indexed | 防止 Lucene 对属性进行索引;用于不需要可搜索或可聚合的属性。 此类型类不再用于管理属性是否应被索引,因为此功能现在由 searchable 渲染提示管理。 |
| 已弃用 | 属性 | multipass | user_id | 当应用于包含 Multipass UID 值的属性时,该属性将在对象资源管理器和对象视图中渲染为用户的用户名(由 multipass:given-name 和 multipass:family-name 属性组成)。 此类型类不再用于确保属性格式化为用户名,Multipass UID 现在在本体管理器的值格式化功能中得到支持。 |
| 已弃用 | 属性 | global | \ |
可用于将属性标记为全局属性。这允许通过公共属性筛选多个对象类型,前提是这些属性在每个应通过此属性筛选的对象类型上具有相同的 property_id 和全局类型类。 这仅与旧版对象资源管理器相关。 |
| 已弃用 | 属性 | geo | geojson | 表示属性包含 GeoJSON 数据(例如,多边形、线等)。地图应用程序将在地图上渲染此 GeoJSON。已弃用:请改用 geoshape 属性类型。 |
| 已弃用 | 属性 | geo | latitude | 表示属性包含用于地图应用程序的纬度。已弃用:请改用 geopoint 属性类型。 |
| 已弃用 | 属性 | geo | longitude | 表示属性包含用于地图应用程序的经度。已弃用:请改用 geopoint 属性类型。 |
| 在对象类型的 功能页面 中配置 |
属性 | geo | altitude | 表示属性包含用于地图应用程序 3D 模式的海拔/高程(以米为单位,相对于海平面)。 |
| 属性 | vertex | link_merge | 对于 Vertex 和 Vortex 相关对象搜索,始终将此对象视为中介 - 此对象将不再显示在相关对象列表中,但其二级链接将显示,并且它将在图表上渲染为边。将类型类放置在对象的主键上。 | |
| 关系 | vertex | link_merge_incoming | 与 link_merge 相同,但仅针对此特定关系 - 链接合并的对象是此关系的目标/到端。 |
|
| 关系 | vertex | link_merge_outgoing | 与 link_merge 相同,但仅针对此特定关系 - 链接合并的对象是此关系的源/从端。 |
|
| 关系 | vertex | component | 对于 Vertex 图表,表示链接到要在图表中使用的基础对象的对象。 | |
| 属性 | vertex | component_subtype | 对于 Vertex,允许比对象类型更细粒度的分组。将类型类放置在对象的主键上。 | |
| 属性 | vertex | event_intent.\ |
在事件的主键属性上设置此类型类以在 Vertex 和 Vortex 中使用,其中 intent 表示事件/警报的颜色/严重性(danger、warning、primary 或 success)。例如:event_intent.danger |
|
| 属性 | vertex | event_value | 表示代表事件数值的属性。 | |
| 属性 | vertex | event_value_unit.\ |
与 event_value 一起设置,其中 unit 是事件数值的测量单位。例如:event_value_unit.Kilograms |
|
| 属性 | vertex | event_property | 在 Vertex 和 Vortex 事件卡片中显示此属性。 | |
| 属性 | vertex | min | 对于时间序列对象:当序列值低于此最小值时,Vertex 将发出警报。 | |
| 属性 | vertex | max | 对于时间序列对象:当序列值超过此最大值时,Vertex 将发出警报。 | |
| 属性 | vertex | threshold_measure.\ |
对于 Vertex,在对象的主键属性上设置此类型类以指示用于阈值设置的度量。例如:threshold_measure.Temperature |
|
| 属性 | vertex | threshold_high_limit | 与 threshold_measure 结合使用,指示哪个属性代表上限阈值。 |
|
| 属性 | vertex | threshold_low_limit | 与 threshold_measure 结合使用,指示哪个属性代表下限阈值。 |
|
| 属性 | vertex | threshold_exceed_intent.\ |
与 threshold_measure 一起在对象的主键属性上设置此类型类,其中 intent 表示阈值违反的颜色/严重性(danger、warning、primary 或 success)。例如:threshold_exceed_intent.danger |
|
| 属性 | vertex | key_measure.\ |
此处列出的度量将显示在 Vertex 主页上。例如:key_measure.Temperature |
|
| 已弃用 | 属性 | vertex | enum_values | 对于时间序列对象:从数值到字符串值的 JSON 映射。此类型类不再受支持。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | timeseries_id | 当应用于时间序列对象的主键时,此类型类指定该对象的序列标识符(seriesId)。该属性必须在所有时间序列对象中全局唯一,并且是对象在 Quiver 中可发现的唯一必需类型类。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | timeseries_measure | 指定时间序列对象的度量的属性。 注意: timeseries.timeseries_sensor_type 类型类以前用于相同目的;这将继续有效,但为了一致性,请使用 timeseries.timeseries_measure。 |
| 已弃用 | 属性 | timeseries | timeseries_sensor_type | 请参见上面的 timeseries_measure。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | timeseries_units | 指定时间序列对象值单位的属性(例如,股票价格时间序列可能以 dollars 作为值单位)。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | timeseries_internal_interpolation | 指定时间序列对象默认内部插值的属性。内部插值是 Quiver 推断相邻数据点之间序列值的方式。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | timeseries_root_object_id | 指定时间序列对象的根对象的属性。每个时间序列对象只能有一个根对象。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | timeseries_is_enum | 一个布尔属性,对于任何具有枚举值的时间序列,该属性必须为 true。注意:此要求是临时的,将来可能会更改。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | timeseries_is_deprecated | 一个布尔属性,当设置为 true 时,将把该时间序列从对象资源管理器和对象视图搜索结果中过滤掉。注意:这只会从 Quiver 的结果中后过滤掉这些时间序列。这不会影响其他应用程序中的搜索结果。 |
| 关系 | timeseries | parent | 描述时间序列对象与每个父级之间的链接,类似于 hierarchy.parent。 |
|
| 属性 | timeseries | timeseries_is_value_inverted | 当设置为 true 时,此布尔属性将自动反转 Quiver 中时间序列的 y 轴值,使得值向下递增。这对于绘制时间与深度序列非常有用,例如跟踪地下钻探操作随时间推移的进度。 | |
| 属性 | timeseries | timeseries_depth_units | 放置在包含复杂序列(深度序列、完井序列和光纤序列)深度单位的属性上。常规的 timeseries.timeseries_units 属性用于深度序列和完井序列的值单位。 |
|
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | event_id | 指定事件对象的事件标识符(eventId)的属性。应在所有事件对象中全局唯一。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | event_start_time | 指定事件对象开始时间的属性。此字段应为时间值(例如 TIMESTAMP)。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | event_end_time | 指定事件对象结束时间的属性。此字段应为时间值(例如 TIMESTAMP)。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | event_description | 指定事件对象字符串描述的属性。如果事件对象类型将用于注释回写,则此属性是必需的。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | event_root_object_id | 指定事件对象的根对象的属性。每个事件对象只能有一个根对象。 |
| 在对象类型的 功能页面 中配置 |
属性 | timeseries | event_linked_series_id | 指定事件对象关联的序列对象的属性。此字段支持字符串数组和单个字符串。 |
| 属性 | schedules | schedulable-start-time | 将时间戳属性标记为动态调度小部件中调度对象的开始时间。在调度日历小部件和甘特图小部件的动态模式中必需。保存处理程序操作中的操作参数 ID 必须与属性 ID 匹配。 | |
| 属性 | schedules | schedulable-end-time | 将时间戳属性标记为动态调度小部件中调度对象的结束时间。在调度日历小部件和甘特图小部件的动态模式中必需。保存处理程序操作中的操作参数 ID 必须与属性 ID 匹配。 | |
| 属性 | schedules | segment-by | 当应用于属性时,在调度小部件中启用分段,允许使用条件格式根据属性值对色块进行颜色编码。 | |
| 操作类型 | schedules | schedulable-start-time | 将操作参数标记为动态调度小部件中保存处理程序操作的开始时间参数。必须应用于与开始时间属性 ID 匹配的同一参数。 | |
| 操作类型 | schedules | schedulable-end-time | 将操作参数标记为动态调度小部件中保存处理程序操作的结束时间参数。必须应用于与结束时间属性 ID 匹配的同一参数。 |