Home > @i2analyze/i2connect > services > ILongRunningServiceConfig
services.ILongRunningServiceConfig interface
A collection of properties that define whether a service involves a long-running operation.
Signature:
interface ILongRunningServiceConfig
Introduced: API version 2.0
Properties
Property | Type | Description |
---|---|---|
longRunning? | boolean | { pollingIntervalInSeconds?: number; } | (Optional) Indicates whether the service involves a long-running operation. |