Rcs |
The RcsLeakRateLog type exposes the following members.
| Name | Description | |
|---|---|---|
| Circuit | Parent Circuit, references rcsCircuitObject.ID. | |
| LeakRate | Leak Rate value for Circuit as computed. Precision is 1 digit; negative values and zero are allowed; supported range is -99999999999999.9 - 99999999999999.9. | |
| LeakRateMethodId | Method for computing leak rate based on enumeration RcsLeakRateMethod. | |
| RcsAction | RCS Action that caused Leak Rate calculation, references rcsActionObject.ID. This value is NULL when ReasonID == RcsLeakRateReason.Capacity. Note this reference may become broken if RCS Action is deleted; and it's expected behavior. | |
| RcsActionTypeId | RCS Action type, references vlangRcsActionTypeLookup.ID, there is also matching enumeration RcsActionType. Most of BO rules for RCS Action is controlled by this field. This value is NULL when ReasonID == RcsLeakRateReason.Capacity. | |
| ReasonId | Reason for computing Leak Rate based on enumeration RcsLeakRateReason. There is no matching dictionary table because this enumeration is not exposed to end user. | |
| UtcWhen | UTC timestamp indicating time when Leak Rate was calculated. BO will automatically compute this value if necessary. |