TestimoX

API Reference

Class

ServiceSinkMetrics

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Metrics for a single sink.

Inheritance

  • Object
  • ServiceSinkMetrics

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public ServiceSinkMetrics() #

Properties

public String Id { get; set; } #

Sink identifier.

public Int64 Success { get; set; } #

Success count.

public Int64 Fail { get; set; } #

Failure count.

public Int64 Retries { get; set; } #

Retry count.

public MetricsDuration DurationMs { get; set; } #

Duration metrics.