Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NamedTraceConfiguration

Hierarchy

  • NamedTraceConfiguration

Index

Properties

creationDate

creationDate: Date

The date/time when the trace configuration has been added to the utility network.

Read more...

creator

creator: string

The portal user who created the trace configuration.

Read more...

description

description: string

Short description of what kind of trace this trace configuration performs.

Read more...

globalId

globalId: string

The globalId (UUID) uniquely identifies a trace configuration.

Read more...

minStartingPoints

minStartingPoints: "none" | "one" | "many"

The minimum number of starting points required to perform a trace with this particular trace configuration.

Read more...

resultTypes

resultTypes: any[]

The result types of the trace configuration.

Read more...

tags

tags: string[]

Labels that help identify and search for a particular trace configuration.

Read more...

title

title: string

The title or the name of the trace configuration.

Read more...

traceConfiguration

traceConfiguration: any

The full definition of the trace configuration.

Read more...

traceType

traceType: "connected" | "upstream" | "downstream" | "shortest-path" | "subnetwork" | "subnetwork-controllers" | "loops" | "isolation"

The trace type defined in this trace configuration.

Read more...

Generated using TypeDoc