Search Results for

    Show / Hide Table of Contents

    Class SchemaIndexingInfo

    Indexing information for a schema

    Inheritance
    object
    SchemaIndexingInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Fields

    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
    ICollection<FieldIndexingInfo>

    IncludeNameDisplayValueInFilters

    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
    bool

    Methods

    FromJson(string)

    Declaration
    public static SchemaIndexingInfo FromJson(string data)
    Parameters
    string data

    Returns
    SchemaIndexingInfo

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX