Class RiskDelta
Describes the difference in risk score between two points in time.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class RiskDelta : IMessage<RiskDelta>, IEquatable<RiskDelta>, IDeepCloneable<RiskDelta>, IBufferMessage, IMessage
Constructors
RiskDelta()
Declaration
public RiskDelta()
RiskDelta(RiskDelta)
Declaration
public RiskDelta(RiskDelta other)
Parameters
| Type | Name | Description |
|---|---|---|
| RiskDelta | other |
Properties
PreviousRangeEndTime
End time of the previous time window.
Declaration
public Timestamp PreviousRangeEndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
PreviousRiskScore
Risk score from previous risk window
Declaration
public int PreviousRiskScore { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RiskScoreDelta
Difference in the normalized risk score from the previous recorded value.
Declaration
public int RiskScoreDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RiskScoreNumericDelta
Numeric change between current and previous risk score
Declaration
public int RiskScoreNumericDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |