Class ListItemNamedCacheConfiguration
Inheritance
ListItemNamedCacheConfiguration
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ListItemNamedCacheConfiguration : NamedCacheConfigurationBase
Properties
An optional filter to narrow down the cached list items
Declaration
[JsonProperty("filter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public FilterBase Filter { get; set; }
Property Value
Include child schemas when caching list items
Declaration
[JsonProperty("includeAllSchemaChildren", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool IncludeAllSchemaChildren { get; set; }
Property Value
List of IDs of fields to lookup value in.
Fields need to be marked with SimpleSearch = true in schema configuration. Additionally, if case insensitive lookup should be used, the
simple analyzer must be added to the field as well.
Declaration
[JsonProperty("keyFields", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> KeyFields { get; set; }
Property Value
ID of the schema to cache (should have SchemaType = List)
Declaration
[JsonProperty("schemaId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SchemaId { get; set; }
Property Value
Methods
Declaration
public static ListItemNamedCacheConfiguration FromJson(string data)
Parameters
Returns