次の方法で共有


StoredProcedureResponse クラス

定義

Cosmos ストアド プロシージャの応答

public class StoredProcedureResponse : Microsoft.Azure.Cosmos.Response<Microsoft.Azure.Cosmos.Scripts.StoredProcedureProperties>
type StoredProcedureResponse = class
    inherit Response<StoredProcedureProperties>
Public Class StoredProcedureResponse
Inherits Response(Of StoredProcedureProperties)
継承
StoredProcedureResponse

コンストラクター

StoredProcedureResponse()

StoredProcedureResponseモック テスト用の no-op として を作成する

プロパティ

ActivityId

Azure Cosmos DB サービスからの要求のアクティビティ ID を取得します。

Diagnostics

Azure Cosmos DB サービスへの現在の要求の cosmos 診断情報を取得します

ETag

Azure Cosmos DB サービスから、リソースに関連付けられているエンティティ タグを取得します。

Headers

現在 ResponseMessage の HTTP ヘッダーを取得します。

RequestCharge

Azure Cosmos DB サービスからこの要求の要求料金を取得します。

Resource

応答の内容。

SessionToken

Azure Cosmos DB サービスからのセッション整合性要求で使用するトークンを取得します。

StatusCode

Azure Cosmos DB サービスから要求完了状態コードを取得します。 これは、CreateDatabaseIfNotExists などのシナリオで使用して、データベースが作成されたか、既に存在するかを判断するのに役立ちます。

演算子

Implicit(StoredProcedureResponse to StoredProcedureProperties)

から暗黙的に取得するStoredProcedurePropertiesStoredProcedureResponse

適用対象