Class ImageRefPoolSnapshotsDiff
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
difference between two snapshots.
public class ImageRefPoolSnapshotsDiff
- Inheritance
-
ImageRefPoolSnapshotsDiff
- Inherited Members
Properties
Added
Profiles of ImageRefs that are present in the second snapshot, but not in the first snapshot.
public required string[] Added { get; set; }
Property Value
- string[]
Modified
Profiles of ImageRefs that are present in both snapshots but are different. Profile is considered modified if number of references or memory consumption is different.
public required string[] Modified { get; set; }
Property Value
- string[]
Removed
Unique ids of ImageRefs that are not present in the second snapshot and present in the first snapshot.
public required string[] Removed { get; set; }
Property Value
- string[]
TotalMemoryConsumptionDiff
Difference between total memory consumption in two snapshots.
Default is 0
public long TotalMemoryConsumptionDiff { get; set; }