difference between two snapshots.

Hierarchy (view full)

Constructors

Properties

added: string[]

Profiles of ImageRefs that are present in the second snapshot, but not in the first snapshot.

modified: string[]

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.

removed: string[]

Unique ids of ImageRefs that are not present in the second snapshot and present in the first snapshot.

totalMemoryConsumptionDiff: number

Difference between total memory consumption in two snapshots.

Default is 0

Methods

  • Parameters

    Returns {
        added?: (undefined | string)[];
        modified?: (undefined | string)[];
        removed?: (undefined | string)[];
        totalMemoryConsumptionDiff?: number;
        serialize?: any;
    }

    • Optional added?: (undefined | string)[]

      Profiles of ImageRefs that are present in the second snapshot, but not in the first snapshot.

    • Optional modified?: (undefined | string)[]

      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.

    • Optional removed?: (undefined | string)[]

      Unique ids of ImageRefs that are not present in the second snapshot and present in the first snapshot.

    • Optional totalMemoryConsumptionDiff?: number

      Difference between total memory consumption in two snapshots.

      Default is 0