Class TaskId
Assembly: OpenSearch.Client.dll
Syntax
public class TaskId : IUrlParameter, IEquatable<TaskId>
Constructors
|
Edit this page
View Source
TaskId(string)
A task id exists in the form [node_id]:[task_id]
Declaration
public TaskId(string taskId)
Parameters
Type |
Name |
Description |
string |
taskId |
the task identifier
|
Properties
|
Edit this page
View Source
FullyQualifiedId
Declaration
public string FullyQualifiedId { get; }
Property Value
|
Edit this page
View Source
NodeId
Declaration
public string NodeId { get; }
Property Value
|
Edit this page
View Source
TaskNumber
Declaration
public long TaskNumber { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(TaskId)
Declaration
public bool Equals(TaskId other)
Parameters
Type |
Name |
Description |
TaskId |
other |
|
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
GetString(IConnectionConfigurationValues)
Declaration
public string GetString(IConnectionConfigurationValues settings)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
operator ==(TaskId, TaskId)
Declaration
public static bool operator ==(TaskId left, TaskId right)
Parameters
Returns
|
Edit this page
View Source
implicit operator TaskId(string)
Declaration
public static implicit operator TaskId(string taskId)
Parameters
Type |
Name |
Description |
string |
taskId |
|
Returns
|
Edit this page
View Source
operator !=(TaskId, TaskId)
Declaration
public static bool operator !=(TaskId left, TaskId right)
Parameters
Returns
Implements
Extension Methods