Interface SnapshotFilter

The snapshot filter is used to filter out snapshots from snaspshot lists that are returned or before performing an actions like snapshot deletes.

interface SnapshotFilter {
    group?: string;
}

Properties

Properties

group?: string

The group to filter on, snapshots without a group are not included nor can they be filtered on by group.

Generated using TypeDoc