Class MaxVersionsPolicy

Namespace
Datamine.MineTrustConnector.Core.Retention
Assembly
Datamine.MineTrustConnector.Core.dll

Retention policy which expires file versions once the total number of versions exceeds the specified limit.

public class MaxVersionsPolicy : RetentionPolicy
Inheritance
MaxVersionsPolicy
Inherited Members

Properties

Limit

Gets or sets the total number of file versions which are permitted.

public int Limit { get; set; }

Property Value

int

The limit.

See Also