TableEntity.DisablePropertyResolverCache 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.
Gets or sets the status of the property resolver cache for the TableEntity.
public static bool DisablePropertyResolverCache { get; set; }
static member DisablePropertyResolverCache : bool with get, set
Public Shared Property DisablePropertyResolverCache As Boolean
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.