Data Schema
...
Network
Definition

Network Compressor Definition

The Network Compressor Definition table defines a compressor in the network. The compressor must have a performance curve defined in Network Screw Compressor Curve. The unique constraint on Network Compressor Definition is sourceNetworkId + sourceId + date.

Variable

Data Type

Unit of Measure

Is Nullable?

Default Value

Description

sourceNetworkId

String

-

No

-

Source ID of Network Header

sourceId

String

-

No

-

Source ID for the compressor definition. This sourceID enables upsert functionality from client source systems of record

date

DateTimeOffset

-

No

-

Date at which the compressor becomes part of the network. Datetime offset (with timezone) in ISO 8601 format. Example: 2022-09-27T16:28:37+0000

upstreamSourceId

String

-

No

-

Network element upstream of the compressor

downstreamSourceId

String

-

No

-

Network element downstream of the compressor

enabled

Bool

-

No

-

Whether the compressor should participate in the network (false would be the equivalent of a mask in GAP)