View Source
Class RepositoryCacheVersionDto
Assembly: Umbraco.Infrastructure.dll
Syntax
public class RepositoryCacheVersionDto
Constructors
View Source
RepositoryCacheVersionDto()
Declaration
public RepositoryCacheVersionDto()
Fields
View Source
PrimaryKeyColumnName
Declaration
public const string PrimaryKeyColumnName = "identifier"
Field Value
Properties
View Source
Identifier
Declaration
[Length(256)]
[PrimaryKeyColumn(Name = "PK_umbracoRepositoryCacheVersion", AutoIncrement = false, Clustered = true)]
public required string Identifier { get; set; }
Property Value
View Source
Version
Declaration
[Length(256)]
[NullSetting(NullSetting = NullSettings.Null)]
public string? Version { get; set; }
Property Value