Table of Contents

Method WithHistoryTTL

Namespace
Skyline.DataMiner.Utils.DOM.Builders
Assembly
Skyline.DataMiner.Utils.DOM.dll

WithHistoryTTL(TimeSpan?)

Sets the time-to-live (TTL) for DOM instance history.

public T WithHistoryTTL(TimeSpan? historyLifetime)

Parameters

historyLifetime TimeSpan?

The history lifetime. If null or negative, TTL is set to unlimited.

Returns

T

The builder instance for chaining.