SearchModelFactory.ResetDocumentOptions 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.
The type of the keysOrIds.
public static Azure.Search.Documents.Indexes.Models.ResetDocumentOptions ResetDocumentOptions(System.Collections.Generic.IEnumerable<string> documentKeys = default, System.Collections.Generic.IEnumerable<string> dataSourceDocumentIds = default);
static member ResetDocumentOptions : seq<string> * seq<string> -> Azure.Search.Documents.Indexes.Models.ResetDocumentOptions
Public Shared Function ResetDocumentOptions (Optional documentKeys As IEnumerable(Of String) = Nothing, Optional dataSourceDocumentIds As IEnumerable(Of String) = Nothing) As ResetDocumentOptions
Parameters
- documentKeys
- IEnumerable<String>
document keys to be reset.
- dataSourceDocumentIds
- IEnumerable<String>
datasource document identifiers to be reset.
Returns
A new ResetDocumentOptions instance for mocking.