Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppConfigurationCheckKeyValuesOptionalParams

Package version

Optional Parameters.

Hierarchy

Indexable

[key: string]: any

Optional Parameters.

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 after

after: undefined | string

Instructs the server to return elements that appear after the element referred to by the specified token.

Optional customHeaders

customHeaders: undefined | object
property

{object} [customHeaders] User defined custom request headers that will be applied before the request is sent.

Optional key

key: undefined | string

A filter used to match keys.

Optional label

label: undefined | string

A filter used to match labels

Optional onDownloadProgress

onDownloadProgress: undefined | function

Callback which fires upon download progress.

Optional onUploadProgress

onUploadProgress: undefined | function

Callback which fires upon upload progress.

Optional select

select: string[]

Used to select what fields are present in the returned resource(s).

Optional spanOptions

spanOptions: SpanOptions

Options used to create a span when tracing is enabled.

Optional timeout

timeout: undefined | number

The number of milliseconds a request can take before automatically being terminated.

Generated using TypeDoc