共用方式為


CustomEntityLookupSkill.EntitiesDefinitionUri Property

Definition

Path to a JSON or CSV file containing all the target text to match against. This entity definition is read at the beginning of an indexer run. Any updates to this file during an indexer run will not take effect until subsequent runs. This configuration must be accessible over HTTPS.

public Uri EntitiesDefinitionUri { get; set; }
member this.EntitiesDefinitionUri : Uri with get, set
Public Property EntitiesDefinitionUri As Uri

Property Value

Uri

Applies to