.NET API
RunScoreBucketAggregate
Tracon.Abstractions.dllOne time bucket of the trend series (RunScoreSummary.Series).
public sealed record RunScoreBucketAggregate : IEquatable<RunScoreBucketAggregate>Inheritance
Section titled “Inheritance”object ← RunScoreBucketAggregate
Implements
Section titled “Implements”IEquatable<RunScoreBucketAggregate>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”RunScoreBucketAggregate()
Section titled “ RunScoreBucketAggregate()”public RunScoreBucketAggregate()Properties
Section titled “Properties”BucketStart
Section titled “ BucketStart”The bucket’s start time (UTC).
public required DateTimeOffset BucketStart { get; init; }Property Value
Section titled “Property Value”Groups
Section titled “ Groups”The name/kind groups scored inside this bucket — grouped exactly like RunScoreSummary.ByName, bounded by RunScoreQuery.MaxRows. Every entry’s RunScoreAggregate.Categories is empty; a categorical breakdown over time is out of scope for this series.
public required IReadOnlyList<RunScoreAggregate> Groups { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<RunScoreAggregate>
Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(RunScoreBucketAggregate?)
Section titled “ Equals(RunScoreBucketAggregate?)”public bool Equals(RunScoreBucketAggregate? other)Parameters
Section titled “Parameters”other RunScoreBucketAggregate?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(RunScoreBucketAggregate?, RunScoreBucketAggregate?)
Section titled “ operator ==(RunScoreBucketAggregate?, RunScoreBucketAggregate?)”public static bool operator ==(RunScoreBucketAggregate? left, RunScoreBucketAggregate? right)Parameters
Section titled “Parameters”left RunScoreBucketAggregate?
right RunScoreBucketAggregate?
Returns
Section titled “Returns”operator !=(RunScoreBucketAggregate?, RunScoreBucketAggregate?)
Section titled “ operator !=(RunScoreBucketAggregate?, RunScoreBucketAggregate?)”public static bool operator !=(RunScoreBucketAggregate? left, RunScoreBucketAggregate? right)Parameters
Section titled “Parameters”left RunScoreBucketAggregate?
right RunScoreBucketAggregate?