Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListSettingsOptions

Package version

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

Hierarchy

Index

Properties

Optional acceptDatetime

acceptDatetime: undefined | string

Requests the server to respond with the state of the resource at the specified time.

Optional fields

fields: ("key" | "label" | "value" | "tags" | "etag" | "readOnly" | "lastModified" | "contentType")[]

Which fields to return for each ConfigurationSetting

Optional keys

keys: string[]

Filters for wildcard matching (using *) against keys. These conditions are logically OR'd against each other.

Optional labels

labels: string[]

Filters for wildcard matching (using *) against labels. These conditions are logically OR'd against each other.

Generated using TypeDoc