FunctionDurableConfig class

Constructors

FunctionDurableConfig({required Input<int> executionTimeout, Input<int?>? retentionPeriod})
Creates a new FunctionDurableConfig. executionTimeout Maximum execution time in seconds for the durable function. Valid value between 1 and 31622400 (366 days). retentionPeriod Number of days to retain the function's execution state. Valid value between 1 and 90. If not specified, the function's execution state is not retained. Defaults to 14.
const
FunctionDurableConfig.fromMap(Map<String, dynamic> map)
factory

Properties

executionTimeout → Input<int>
Maximum execution time in seconds for the durable function. Valid value between 1 and 31622400 (366 days).
final
hashCode int
The hash code for this object.
no setterinherited
retentionPeriod → Input<int?>?
Number of days to retain the function's execution state. Valid value between 1 and 90. If not specified, the function's execution state is not retained. Defaults to 14.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited