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

SearchGetSchemaResponse interface

The get schema operation response.

Properties

metadata

The metadata from search results.

value

The array of result values.

Property Details

metadata

The metadata from search results.

metadata?: SearchMetadata

Property Value

value

The array of result values.

value?: SearchSchemaValue[]

Property Value