Package version:

Common options for 'list' style APIs in AppConfig used to specify wildcards as well as the accept date time header.

interface ListSnapshots {
    fields?: (keyof ConfigurationSnapshot)[];
    nameFilter?: string;
    statusFilter?: string[];
}

Hierarchy (view full)

Properties

fields?: (keyof ConfigurationSnapshot)[]

Which fields to return for each ConfigurationSetting

nameFilter?: string

A filter for the name of the returned snapshots.

statusFilter?: string[]

Used to filter returned snapshots by their status property.