TestimoX

API Reference

Class

DnsIpIntervalRow

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Aggregated interval count for a single IP address.

Inheritance

  • Object
  • DnsIpIntervalRow

Constructors

Properties

public DateTime IntervalStart { get; set; } #

Inclusive interval start (UTC).

public DateTime IntervalEnd { get; set; } #

Exclusive interval end (UTC).

public String IpAddress { get; set; } #

IP address.

public Int32 Count { get; set; } #

Event count during the interval.