Share via


MetadataIndexConfig.Indexed Property

Definition

The list of metadata fields to index. If not specified, all metadata fields are indexed.

[System.Text.Json.Serialization.JsonPropertyName("indexed")]
public System.Collections.Generic.List<string> Indexed { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("indexed")>]
member this.Indexed : System.Collections.Generic.List<string> with get, set
Public Property Indexed As List(Of String)

Property Value

Attributes

Applies to