TestimoX

API Reference

Class

DnsZoneIntervalRow

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Aggregated interval count for a single DNS zone.

Inheritance

  • Object
  • DnsZoneIntervalRow

Constructors

Properties

public DateTime IntervalStart { get; set; } #

Inclusive interval start (UTC).

public DateTime IntervalEnd { get; set; } #

Exclusive interval end (UTC).

public String Zone { get; set; } #

DNS zone name.

public Int32 Count { get; set; } #

Event count during the interval.