Timestamp Property
A timestamp when this document was created that helps ordering documents based on creation.
Namespace
Statiq.Common
Containing Type
Document<TDocument>
Implements
Property Type
long

Syntax

[PropertyMetadata(null)]
public long Timestamp { get; }

Attributes

Type Description
PropertyMetadataAttribute Indicates that a document property should have a different metadata name than the property name.

Value

Type Description
long