Open this page in the API Guide

JobRunEventData.Index Property

Gets a numeric index associated with the message which can be used to properly sort messages having identical values for the Time property.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = true, Name = "index")]
public long Index { get; set; }

Property Value

Type: Int64
See Also