Output Condition properties

Résumé

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

Learn more about controlling what is returned by a trace operation

Propriétés

PropriétéExplicationType de données
combineUsingOr
(Lecture seule)

Whether or not the output condition 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 output conditions.

Boolean
isSpecificValue
(Lecture seule)

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

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

Boolean
name
(Lecture seule)

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

String
operator
(Lecture seule)

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

String
type
(Lecture seule)

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

String
value
(Lecture seule)

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

Integer

Dans cette rubrique