QueryEngineTimes クラス

定義

Azure Cosmos データベース サービスのクエリ エンジン時間。 (非推奨となるダミー クラス)。

public sealed class QueryEngineTimes
type QueryEngineTimes = class
Public NotInheritable Class QueryEngineTimes
継承
QueryEngineTimes

プロパティ

DocumentLoadTime

Azure Cosmos データベース サービスでのクエリ中のドキュメントの読み込み時間を取得します。

IndexLookupTime

Azure Cosmos データベース サービスのクエリ インデックス参照時間を取得します。

RuntimeExecutionTimes

Azure Cosmos データベース サービスでのクエリ中のクエリ ランタイムの実行時間を取得します。

WriteOutputTime

Azure Cosmos データベース サービスでのクエリ中の書き込み/シリアル化時間の出力を取得します。

適用対象