ListSnapshots interface
Common options for 'list' style APIs in AppConfig used to specify wildcards as well as the accept date time header.
- Extends
Properties
name |
A filter for the name of the returned snapshots. |
status |
Used to filter returned snapshots by their status property. |
Inherited Properties
fields | Which fields to return for each ConfigurationSetting |
Property Details
nameFilter
A filter for the name of the returned snapshots.
nameFilter?: string
Property Value
string
statusFilter
Used to filter returned snapshots by their status property.
statusFilter?: string[]
Property Value
string[]
Inherited Property Details
fields
Which fields to return for each ConfigurationSetting
fields?: (keyof ConfigurationSnapshot)[]
Property Value
(keyof ConfigurationSnapshot)[]
Inherited From OptionalSnapshotFields.fields