Request options for methods that use server-side long-polling.
Extends Core.RequestOptions with long-poll configuration alongside
the deprecated polling field for backwards compatibility.
Type Parameters
T
Type Declaration
OptionallongPoll?: {timeoutMs?:number}
Options for the long-poll operation.
OptionaltimeoutMs?: number
Timeout in milliseconds for the entire long-poll operation.
Request options for methods that use server-side long-polling. Extends
Core.RequestOptionswith long-poll configuration alongside the deprecatedpollingfield for backwards compatibility.