Table of Contents

Class VolumeTimelinePoint

Namespace
Quilt4Net.Toolkit.Features.ApplicationInsights
Assembly
Quilt4Net.Toolkit.dll

Billed ingestion volume for a single source table on a single UTC day — the points behind the multi-day logging-volume line chart. Sourced from the workspace Usage table (billing-grade).

public record VolumeTimelinePoint : IEquatable<VolumeTimelinePoint>
Inheritance
VolumeTimelinePoint
Implements
Inherited Members

Properties

DayUtc

The UTC day (start-of-day) the volume was billed on.

public required DateTime DayUtc { get; init; }

Property Value

DateTime

Mb

Billed ingestion volume in megabytes for that source on that day.

public required double Mb { get; init; }

Property Value

double

Source

Source table / data type (the Log Analytics DataType).

public required string Source { get; init; }

Property Value

string