LogEntryDataSequenceNumber Property

Gets a sequence number for the message, indicating the order in which it was logged relative to other log entries.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "sequenceNumber", EmitDefaultValue = false)]
public long SequenceNumber { get; set; }

Property Value

Type: Int64
Remarks
Note Note
This property is only used when logging to database.
See Also