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

SearchIndexerKnowledgeStore interface

定义扩充数据的 Azure Blob、表或文件的其他投影。

属性

identity

编写知识存储投影时用于连接到 Azure 存储的用户分配托管标识。 如果连接字符串指示标识(ResourceId),并且未指定,则使用系统分配的托管标识。 对索引器的更新(如果未指定标识)时,该值保持不变。 如果设置为“none”,则会清除此属性的值。

projections

索引编制过程中要执行的其他投影的列表。

storageConnectionString

存储帐户投影的连接字符串将存储在其中。

属性详细信息

identity

编写知识存储投影时用于连接到 Azure 存储的用户分配托管标识。 如果连接字符串指示标识(ResourceId),并且未指定,则使用系统分配的托管标识。 对索引器的更新(如果未指定标识)时,该值保持不变。 如果设置为“none”,则会清除此属性的值。

identity?: SearchIndexerDataIdentity

属性值

projections

索引编制过程中要执行的其他投影的列表。

projections: SearchIndexerKnowledgeStoreProjection[]

属性值

storageConnectionString

存储帐户投影的连接字符串将存储在其中。

storageConnectionString: string

属性值

string