Class CatPendingTasksRecord
Inheritance
CatPendingTasksRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatPendingTasksRecord : ICatRecord
Properties
|
Edit this page
View Source
InsertOrder
Declaration
[DataMember(Name = "insertOrder")]
public int? InsertOrder { get; set; }
Property Value
|
Edit this page
View Source
Priority
Declaration
[DataMember(Name = "priority")]
public string Priority { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[DataMember(Name = "source")]
public string Source { get; set; }
Property Value
|
Edit this page
View Source
TimeInQueue
Declaration
[DataMember(Name = "timeInQueue")]
public string TimeInQueue { get; set; }
Property Value
Implements
Extension Methods