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

Response<T> Class

Definition

The cosmos resource response class

public abstract class Response<T>
type Response<'T> = class
Public MustInherit Class Response(Of T)

Type Parameters

T
Inheritance
Response<T>
Derived

Constructors

Name Description
Response<T>()

Properties

Name Description
ActivityId

Gets the activity ID for the request from the Azure Cosmos DB service.

Diagnostics

Gets the cosmos diagnostics information for the current request to Azure Cosmos DB service

ETag

Gets the entity tag associated with the resource from the Azure Cosmos DB service.

Headers

Gets the current ResponseMessage HTTP headers.

RequestCharge

Gets the request charge for this request from the Azure Cosmos DB service.

Resource

The content of the response.

StatusCode

Gets the request completion status code from the Azure Cosmos DB service. This can be used to in scenario like CreateDatabaseIfNotExists to help determine if the database was created or already existed.

Operators

Name Description
Implicit(Response<T> to T)

Get Resource implicitly from Response<T>

Applies to