Class SpatialMetricsSnapshot
Immutable snapshot of spatial index metrics.
public sealed class SpatialMetricsSnapshot
- Inheritance
-
SpatialMetricsSnapshot
- Inherited Members
Constructors
SpatialMetricsSnapshot(int, int, int, double)
public SpatialMetricsSnapshot(int totalSectors, int totalEntities, int maxEntitiesPerSector, double averageEntitiesPerSector)
Parameters
Properties
AverageEntitiesPerSector
[Metric("entities.per_sector.avg")]
public double AverageEntitiesPerSector { get; }
Property Value
MaxEntitiesPerSector
[Metric("entities.per_sector.max")]
public int MaxEntitiesPerSector { get; }
Property Value
TotalEntities
[Metric("entities.total")]
public int TotalEntities { get; }
Property Value
TotalSectors
[Metric("sectors.total")]
public int TotalSectors { get; }