SaaS CMS has officially launched! Learn more now.

Class BlobCleanupJobState

State used to keep track of position in changelog

Inheritance
System.Object
BlobCleanupJobState
Implements
Namespace: EPiServer.Util
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class BlobCleanupJobState : Object, IDynamicData

Constructors

BlobCleanupJobState()

Declaration
public BlobCleanupJobState()

Fields

SingletonId

Declaration
public static Guid SingletonId
Field Value
Type Description
System.Guid

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.Int64

Implements

Extension Methods