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

RequestReportRecordContract 类

定义

请求报表数据。

public class RequestReportRecordContract
type RequestReportRecordContract = class
Public Class RequestReportRecordContract
继承
RequestReportRecordContract

构造函数

RequestReportRecordContract()

初始化 RequestReportRecordContract 类的新实例。

RequestReportRecordContract(String, String, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, String, Nullable<Double>, Nullable<Double>, String, String, String, Nullable<Int32>)

初始化 RequestReportRecordContract 类的新实例。

属性

ApiId

获取或设置 API 标识符路径。 /apis/{apiId}

ApiRegion

获取或设置处理此请求的网关所在的 Azure 区域。

ApiTime

获取或设置处理此请求所花费的总时间。

BackendResponseCode

获取或设置网关由于将此请求转发到后端而接收的 HTTP 状态代码。

Cache

获取或设置指定是否在生成响应时涉及响应缓存。 如果值为 none,则不使用缓存。 如果命中值,则返回缓存响应。 如果值未命中,则使用缓存,但查找导致未命中,并且请求由后端完成。

IpAddress

获取或设置与此请求关联的客户端 IP 地址。

Method

获取或设置与此请求关联的 HTTP 方法。

OperationId

获取或设置操作标识符路径。 /apis/{apiId}/operations/{operationId}

ProductId

获取产品标识符路径。 /products/{productId}

RequestId

获取或设置请求标识符。

RequestSize

获取或设置此请求的大小。

ResponseCode

获取或设置网关返回的 HTTP 状态代码。

ResponseSize

获取或设置网关返回的响应的大小。

ServiceTime

获取或设置将此请求转发到后端并获取响应所花费的时间。

SubscriptionId

获取或设置订阅标识符路径。 /subscriptions/{subscriptionId}

Timestamp

获取或设置网关以 ISO 8601 格式接收此请求的日期和时间。

Url

获取或设置与此请求关联的完整 URL。

UserId

获取用户标识符路径。 /users/{userId}

适用于