Table of Contents

Class VolumeBySource

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

Billed ingestion volume for a single source table (Log Analytics DataType, e.g. AppMetrics, AppTraces) over a window — the cost breakdown that drives the logging cost dashboard's source pie. Sourced from the workspace Usage table (billing-grade).

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

Properties

Mb

Billed ingestion volume in megabytes over the window.

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