Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClientEncryptionKeyResponse 类

定义

Cosmos DB 服务针对相关请求的 ClientEncryptionKey 响应。

public class ClientEncryptionKeyResponse : Microsoft.Azure.Cosmos.Response<Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties>
type ClientEncryptionKeyResponse = class
    inherit Response<ClientEncryptionKeyProperties>
Public Class ClientEncryptionKeyResponse
Inherits Response(Of ClientEncryptionKeyProperties)
继承
ClientEncryptionKeyResponse

构造函数

ClientEncryptionKeyResponse()

创建客户端加密密钥响应作为模拟测试的无操作。

属性

ActivityId

从 Azure Cosmos DB 服务获取请求的活动 ID。

ClientEncryptionKey

对允许对其进行其他操作的客户端加密密钥的引用。

Diagnostics

获取对 Azure Cosmos DB 服务的当前请求的 cosmos 诊断信息

ETag

从 Azure Cosmos DB 服务获取与资源关联的实体标记。

Headers

获取当前的 ResponseMessage HTTP 标头。

RequestCharge

从 Azure Cosmos DB 服务获取此请求的请求费用。

Resource

响应的内容。

StatusCode

从 Azure Cosmos DB 服务获取请求完成状态代码。 这可用于 CreateDatabaseIfNotExists 等方案,以帮助确定数据库是已创建还是已存在。

运算符

Implicit(ClientEncryptionKeyResponse to ClientEncryptionKey)

从加密密钥响应中隐式获取客户端加密密钥。

适用于