Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListConfigurationSettingsOptions

Package version

Options for listConfigurationSettings that allow for filtering based on keys, labels and other fields. Also provides fields which allows you to selectively choose which fields are populated in the result.

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

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.

Optional requestOptions

requestOptions: OperationRequestOptions

Options used when creating and sending HTTP requests for this operation.

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options used when tracing is enabled.

Generated using TypeDoc