Share via


TableEntity.DisablePropertyResolverCache Property

Definition

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.

Applies to