Interface: AllTagsOptions
Hierarchy
↳
AllTagsOptions
Properties
fetch
• Optional
fetch: Fetch
User defined Fetch compatible function
Inherited from
Defined in
limit
• Optional
limit: number
Defined in
offset
• Optional
offset: number
Defined in
retry
• Optional
retry: number
Configure backoff mechanism for requests retries. Specifies how many retries will be performed before failing a request. Retries are performed for GET, PUT, HEAD, DELETE, OPTIONS and TRACE requests. Default is 2.
Inherited from
Defined in
timeout
• Optional
timeout: number
Timeout of requests in milliseconds