SearchModelFactory.RemoteSharePointKnowledgeSourceParameters Method
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.
Parameters for remote SharePoint knowledge source.
public static Azure.Search.Documents.Indexes.Models.RemoteSharePointKnowledgeSourceParameters RemoteSharePointKnowledgeSourceParameters(string filterExpression = default, System.Collections.Generic.IEnumerable<string> resourceMetadata = default, string containerTypeId = default);
static member RemoteSharePointKnowledgeSourceParameters : string * seq<string> * string -> Azure.Search.Documents.Indexes.Models.RemoteSharePointKnowledgeSourceParameters
Public Shared Function RemoteSharePointKnowledgeSourceParameters (Optional filterExpression As String = Nothing, Optional resourceMetadata As IEnumerable(Of String) = Nothing, Optional containerTypeId As String = Nothing) As RemoteSharePointKnowledgeSourceParameters
Parameters
- filterExpression
- String
Keyword Query Language (KQL) expression with queryable SharePoint properties and attributes to scope the retrieval before the query runs.
- resourceMetadata
- IEnumerable<String>
A list of metadata fields to be returned for each item in the response. Only retrievable metadata properties can be included in this list. By default, no metadata is returned.
- containerTypeId
- String
Container ID for SharePoint Embedded connection. When this is null, it will use SharePoint Online.
Returns
A new RemoteSharePointKnowledgeSourceParameters instance for mocking.