SearchModelFactory.SearchIndexFieldReference(String) 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.
Field reference for a search index.
public static Azure.Search.Documents.Indexes.Models.SearchIndexFieldReference SearchIndexFieldReference(string name = default);
static member SearchIndexFieldReference : string -> Azure.Search.Documents.Indexes.Models.SearchIndexFieldReference
Public Shared Function SearchIndexFieldReference (Optional name As String = Nothing) As SearchIndexFieldReference
Parameters
- name
- String
The name of the field.
Returns
A new SearchIndexFieldReference instance for mocking.