Class StateStoreSaveOptions
- Assembly
- GroupeIsa.Neos.ClusterCommunication.dll
Represents the options for saving a state.
public sealed class StateStoreSaveOptions
- Inheritance
-
StateStoreSaveOptions
- Inherited Members
Properties
Default
Gets the default options.
public static StateStoreSaveOptions Default { get; }
Property Value
TtlInSeconds
Gets the time to live in seconds.
public int? TtlInSeconds { get; }
Property Value
- int?
Methods
WithTtlInSeconds(int)
Sets the time to live in seconds.
public StateStoreSaveOptions WithTtlInSeconds(int ttlInSeconds)
Parameters
ttlInSecondsintThe time to live in seconds.
Returns
- StateStoreSaveOptions
This instance.