Class ContentAssetsCleanupJobState
State used to keep track of position in changelog
Inheritance
System.Object
ContentAssetsCleanupJobState
Implements
Namespace: EPiServer.Util
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class ContentAssetsCleanupJobState : Object, IDynamicData
Constructors
ContentAssetsCleanupJobState()
Declaration
public ContentAssetsCleanupJobState()
Fields
SingletonId
Declaration
public static Guid SingletonId
Field Value
Type | Description |
---|---|
System. |
Properties
Id
Declaration
public Identity Id { get; set; }
Property Value
Type | Description |
---|---|
Identity |
LastSequenceNumber
Declaration
public long LastSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |