TableEntity.DisablePropertyResolverCache Property

Definition

Gets or sets the status of the property resolver cache for the TableEntity.

public static bool DisablePropertyResolverCache { get; set; }
Property Value

Remarks

The property resolver cache caches known entity types and their respective property resolver dictionaries when entities are deserialized and the payload does not include JSON metadata. For most scenarios, disabling the property resolver cache is not recommended due to its effect on performance.