Class SchemaIndexingInfo
Indexing information for a schema
Inheritance
SchemaIndexingInfo
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SchemaIndexingInfo
Properties
A collection of indexing information for the fields of a schema
Declaration
[JsonProperty("fields", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<FieldIndexingInfo> Fields { get; set; }
Property Value
Schema's display value Name is stored for filtering. Only available for tagbox fields.
Declaration
[JsonProperty("includeNameDisplayValueInFilters", Required = Required.Always)]
public bool IncludeNameDisplayValueInFilters { get; set; }
Property Value
Methods
Declaration
public static SchemaIndexingInfo FromJson(string data)
Parameters
Returns