次の方法で共有


RuntimeExecutionTimes クラス

定義

Azure Cosmos DB サービスのランタイム実行時間に対してクエリを実行します。

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

プロパティ

SystemFunctionExecutionTime

Azure Cosmos DB サービスのクエリ システム関数の実行時間を取得します。

TotalTime

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

UserDefinedFunctionExecutionTime

Azure Cosmos DB サービスのクエリ ユーザー定義関数の実行時間を取得します。

適用対象