PurviewSettings.InMemoryCacheSizeLimit 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.
The size limit of the default in memory cache in bytes. This only applies if no cache is provided when creating Purview resources.
public long? InMemoryCacheSizeLimit { get; set; }
member this.InMemoryCacheSizeLimit : Nullable<int64> with get, set
Public Property InMemoryCacheSizeLimit As Nullable(Of Long)