Skip to main content

knowledge_source_files

Creates, updates, deletes, gets or lists a knowledge_source_files resource.

Overview

Nameknowledge_source_files
TypeResource
Idazure.search_documents.knowledge_source_files

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_knowledge_source_filesexecsource_name, search_service_nameLists all files in a File knowledge source.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
search_service_namestringSearch service name. (default: )
source_namestringThe name of the knowledge source. Required.

Lifecycle Methods

Lists all files in a File knowledge source.

EXEC azure.search_documents.knowledge_source_files.list_knowledge_source_files 
@source_name='{{ source_name }}' --required,
@search_service_name='{{ search_service_name }}' --required
;