Table of Contents

Class MetricsOptions

Namespace
Cress.Studio.Services
Assembly
Cress.Execution.dll
public record MetricsOptions : IEquatable<MetricsOptions>
Inheritance
MetricsOptions
Implements
Inherited Members

Constructors

MetricsOptions(TimeSpan?, int?)

public MetricsOptions(TimeSpan? Window, int? MaxRuns)

Parameters

Window TimeSpan?
MaxRuns int?

Fields

Default

public static readonly MetricsOptions Default

Field Value

MetricsOptions

Properties

MaxRuns

public int? MaxRuns { get; init; }

Property Value

int?

Window

public TimeSpan? Window { get; init; }

Property Value

TimeSpan?