Condition Barrier properties

概要

The properties below are returned by the conditionBarriers object when using Describe on a utility network.

Learn more about using barriers to restrict traversability

プロパティ

プロパティ説明データ タイプ
combineUsingOr
(読み取り専用)

Whether or not the condition barrier is using an Or condition for the combine using parameter.

  • True—The combine using parameter is using an Or condition.
  • False—The combine using parameter is not using an Or condition. This means the combine using parameter could be using the And condition, or no value if there are not multiple condition barriers.

Boolean
isSpecificValue
(読み取り専用)

Whether or not the condition barrier is using a specific value to terminate the trace.

  • True—The condition barrier is set to a specific value.
  • False—The condition barrier is not set to a specific value.

Boolean
name
(読み取り専用)

The name of the network attribute or category used for the condition barrier. For example, Device status.

String
operator
(読み取り専用)

The operator used for the condition barrier. For example, is equal to or is greater than or equal to.

String
type
(読み取り専用)

The type of condition barrier used. For example, using a specific value or a network attribute.

String
value
(読み取り専用)

The value of the network attribute or category used for the condition barrier.

Integer

このトピックの内容