Table of Contents

Class AzureStorageCleanerOptions

Namespace
Kentico.Xperience.AzureStorage
Assembly
Kentico.Xperience.AzureStorage.dll

Options used for azure cleaner service.

public sealed class AzureStorageCleanerOptions
Inheritance
object
AzureStorageCleanerOptions
Extension Methods

Properties

ExcludedPaths

Paths that are excluded from the deletion.

public IEnumerable<string> ExcludedPaths { get; set; }

Property Value

IEnumerable<string>

Interval

Defines checking interval.

public TimeSpan Interval { get; set; }

Property Value

TimeSpan

KeepLimit

How many bytes should be kept on the disk after the cleanup.

public long KeepLimit { get; set; }

Property Value

long

Treshold

The limit in bytes. The scheduled task starts to delete files after reaching this limit.

public long Treshold { get; set; }

Property Value

long