JobRunEventDataIndex 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 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = true, Name = "index")]
public long Index { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "index")>
Public Property Index As Long
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"index")]
property long long Index {
long long get ();
void set (long long value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "index")>]
member Index : int64 with get, set
Property Value
Type:
Int64See Also