Search Results for

    Show / Hide Table of Contents

    Class CancelTasksRequestParameters

    Request options for Cancel

    https://opensearch.org/docs/latest/api-reference/tasks/#task-canceling

    Inheritance
    object
    RequestParameters<CancelTasksRequestParameters>
    CancelTasksRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<CancelTasksRequestParameters>.CustomResponseBuilder
    RequestParameters<CancelTasksRequestParameters>.QueryString
    RequestParameters<CancelTasksRequestParameters>.RequestConfiguration
    RequestParameters<CancelTasksRequestParameters>.ContainsQueryString(string)
    RequestParameters<CancelTasksRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<CancelTasksRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<CancelTasksRequestParameters>.SetQueryString(string, object)
    RequestParameters<CancelTasksRequestParameters>.Q<TOut>(string)
    RequestParameters<CancelTasksRequestParameters>.Q(string, object)
    RequestParameters<CancelTasksRequestParameters>.SetAcceptHeader(string)
    RequestParameters<CancelTasksRequestParameters>.AcceptHeaderFromFormat(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Specification.TasksApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class CancelTasksRequestParameters : RequestParameters<CancelTasksRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    Actions

    A comma-separated list of actions that should be returned. Keep empty to return all.

    Declaration
    public string[] Actions { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    DefaultHttpMethod

    Declaration
    public override HttpMethod DefaultHttpMethod { get; }
    Property Value
    Type Description
    HttpMethod
    Overrides
    RequestParameters<CancelTasksRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    Nodes

    A comma-separated list of node IDs or names used to limit the returned information. Use _local to return information from the node you're connecting to, specify the node name to get information from a specific node, or keep the parameter empty to get information from all nodes.

    Declaration
    public string[] Nodes { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    ParentTaskId

    Returns tasks with a specified parent task ID (node_id:task_number). Keep empty or set to -1 to return all.

    Declaration
    public string ParentTaskId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<CancelTasksRequestParameters>.SupportsBody
    | Edit this page View Source

    WaitForCompletion

    Waits for the matching task to complete. When true, the request is blocked until the task has completed.

    Declaration
    public bool? WaitForCompletion { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IRequestParameters

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Actions
      • DefaultHttpMethod
      • Nodes
      • ParentTaskId
      • SupportsBody
      • WaitForCompletion
    • Implements
    • Extension Methods
    Back to top Generated by DocFX