HealthReportEntry 構造体

定義

HealthReport 内のエントリを表します。 1 つの IHealthCheck の結果に対応します。

public value class HealthReportEntry
public struct HealthReportEntry
type HealthReportEntry = struct
Public Structure HealthReportEntry
継承
HealthReportEntry

コンストラクター

HealthReportEntry(HealthStatus, String, TimeSpan, Exception, IReadOnlyDictionary<String,Object>)

statusexceptiondescription、および data に対して指定した値を使用して、新しい HealthReportEntry を作成します。

HealthReportEntry(HealthStatus, String, TimeSpan, Exception, IReadOnlyDictionary<String,Object>, IEnumerable<String>)

statusexceptiondescription、および data に対して指定した値を使用して、新しい HealthReportEntry を作成します。

プロパティ

Data

コンポーネントの正常性を説明する追加のキーと値のペアを取得します。

Description

チェック対象のコンポーネントの状態を示す、人が判読できる説明を取得します。

Duration

正常性チェックの実行時間を取得します。

Exception

状態をチェックするときにスローされた例外を表す Exception (存在する場合) を取得します。

Status

チェック対象のコンポーネントの正常性状態を取得します。

Tags

正常性チェックに関連付けられているタグを取得します。

適用対象