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

SummarizeResults interface

Summarize action results.

Properties

odataContext

OData context string; used by OData clients to resolve type information based on metadata.

odataCount

OData entity count; represents the number of summaries returned; always set to 1.

value

Summarize action results.

Property Details

odataContext

OData context string; used by OData clients to resolve type information based on metadata.

odataContext?: string

Property Value

string

odataCount

OData entity count; represents the number of summaries returned; always set to 1.

odataCount?: number

Property Value

number

value

Summarize action results.

value?: Summary[]

Property Value