MetadataIndexConfig.Indexed Property
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 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