Class TakeCoverageDeltaCommandResponse
Response for Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation).
public sealed class TakeCoverageDeltaCommandResponse : ICommandResponse<TakeCoverageDeltaCommandSettings>, ICommandResponse
- Inheritance
-
TakeCoverageDeltaCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Coverage
Gets or sets the coverage
[JsonPropertyName("coverage")]
public RuleUsage[] Coverage { get; set; }
Property Value
Timestamp
Monotonically increasing time, in seconds.
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }