CleanupOptions interface
Options that apply to the FaastModule.cleanup() method.
Signature:
export interface CleanupOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
(Optional) If true, delete cached resources. Default: false. | ||
boolean |
(Optional) If true, delete provider cloud resources. Default: true. | ||
number |
(Optional) Number of seconds to wait for garbage collection. Default: 10. |