Table of Contents

Class FileRetentionPolicy

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

A content retention policy for a FileContentCache.

public class FileRetentionPolicy
Inheritance
FileRetentionPolicy
Inherited Members

Remarks

A file must exceed all the properties of the retention policy to be considered outdated.

Properties

Duration

The minimum duration since the last read for a content file to be considered outdated.

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

NumberOfSessions

The minimum number of sessions since the last read for a content file to be considered outdated.

public int NumberOfSessions { get; set; }

Property Value

int

See Also