SearchModelFactory.SearchIndexFieldReference(String) Method

Definition

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.

Applies to