IndexingParametersConfiguration.AllowSkillsetToReadFileData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, will create a path //document//file_data that is an object representing the original file data downloaded from your blob data source. This allows you to pass the original file data to a custom skill for processing within the enrichment pipeline, or to the Document Extraction skill.
public bool? AllowSkillsetToReadFileData { get; set; }
member this.AllowSkillsetToReadFileData : Nullable<bool> with get, set
Public Property AllowSkillsetToReadFileData As Nullable(Of Boolean)