Table of Contents

Class StateStoreSaveOptions

Namespace
GroupeIsa.Neos.ClusterCommunication.DistributedStore
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

StateStoreSaveOptions

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

ttlInSeconds int

The time to live in seconds.

Returns

StateStoreSaveOptions

This instance.