Skip to content

ReminderEntry Properties

Represents a reminder table entry.

ETag

getset
View source
[Orleans.Id(4)]
public string ETag
Gets or sets the ETag.

Property value

The ETag.

GrainId

getset
View source
[Orleans.Id(0)]
public GrainId GrainId
Gets or sets the grain ID of the grain that created the reminder. Forms the reminder primary key together with ReminderEntry.

Period

getset
View source
[Orleans.Id(3)]
public TimeSpan Period
Gets or sets the time period for the reminder

StartAt

getset
View source
[Orleans.Id(2)]
public DateTime StartAt
Gets or sets the time when the reminder was supposed to tick in the first time