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

IndexingParametersExtensions.ParseJson(IndexingParameters) 方法

定义

告知索引器假定所有 Blob 都包含 JSON,然后分析 JSON,使每个 Blob 的 JSON 映射到搜索索引中的单个文档。 有关详细信息,请参阅https://docs.microsoft.com/azure/search/search-howto-index-json-blobs/

public static Microsoft.Azure.Search.Models.IndexingParameters ParseJson (this Microsoft.Azure.Search.Models.IndexingParameters parameters);
static member ParseJson : Microsoft.Azure.Search.Models.IndexingParameters -> Microsoft.Azure.Search.Models.IndexingParameters
<Extension()>
Public Function ParseJson (parameters As IndexingParameters) As IndexingParameters

参数

parameters
IndexingParameters

要配置的 IndexingParameters。

返回

IndexingParameters 实例。

注解

此选项仅适用于索引Azure Blob 存储的索引器。

适用于