Share via


DataSourceFieldMappings.ContentFieldNames Property

Definition

The names of index fields that should be treated as content.

public System.Collections.Generic.IList<string> ContentFieldNames { get; }
[Microsoft.TypeSpec.Generator.Customizations.CodeGenMember("ContentFields")]
public System.Collections.Generic.IList<string> ContentFieldNames { get; }
member this.ContentFieldNames : System.Collections.Generic.IList<string>
[<Microsoft.TypeSpec.Generator.Customizations.CodeGenMember("ContentFields")>]
member this.ContentFieldNames : System.Collections.Generic.IList<string>
Public ReadOnly Property ContentFieldNames As IList(Of String)

Property Value

Attributes
Microsoft.TypeSpec.Generator.Customizations.CodeGenMemberAttribute

Remarks

This field is applicable to data source types including: AzureSearchChatDataSource, CosmosChatDataSource, Azure.AI.OpenAI.Chat.ElasticsearchChatDataSource, and Azure.AI.OpenAI.Chat.PineconeChatDataSource.

Applies to