Condition properties

Zusammenfassung

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

Learn more about setting up functions for a trace

Eigenschaften

EigenschaftErklärungDatentyp
combineUsingOr
(Nur lesen)

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

Boolean
isSpecificValue
(Nur lesen)

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

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

Boolean
name
(Nur lesen)

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

String
operator
(Nur lesen)

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

String
type
(Nur lesen)

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

String
value
(Nur lesen)

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

Integer