Search Results for

    Show / Hide Table of Contents

    Class DeleteConfigsRequestParameters

    Request options for DeleteConfigs

    https://opensearch.org/docs/latest/observing-your-data/notifications/api/#delete-channel-configuration

    Inheritance
    object
    RequestParameters<DeleteConfigsRequestParameters>
    DeleteConfigsRequestParameters
    Implements
    IRequestParameters
    Inherited Members
    RequestParameters<DeleteConfigsRequestParameters>.CustomResponseBuilder
    RequestParameters<DeleteConfigsRequestParameters>.QueryString
    RequestParameters<DeleteConfigsRequestParameters>.RequestConfiguration
    RequestParameters<DeleteConfigsRequestParameters>.ContainsQueryString(string)
    RequestParameters<DeleteConfigsRequestParameters>.GetQueryStringValue<TOut>(string)
    RequestParameters<DeleteConfigsRequestParameters>.GetResolvedQueryStringValue(string, IConnectionConfigurationValues)
    RequestParameters<DeleteConfigsRequestParameters>.SetQueryString(string, object)
    RequestParameters<DeleteConfigsRequestParameters>.Q<TOut>(string)
    RequestParameters<DeleteConfigsRequestParameters>.Q(string, object)
    RequestParameters<DeleteConfigsRequestParameters>.SetAcceptHeader(string)
    RequestParameters<DeleteConfigsRequestParameters>.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.NotificationsApi
    Assembly: OpenSearch.Net.dll
    Syntax
    public class DeleteConfigsRequestParameters : RequestParameters<DeleteConfigsRequestParameters>, IRequestParameters

    Properties

    | Edit this page View Source

    ConfigId

    The ID of the channel configuration to delete.

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

    ConfigIdList

    A comma-separated list of channel IDs to delete.

    Declaration
    public string ConfigIdList { 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<DeleteConfigsRequestParameters>.DefaultHttpMethod
    | Edit this page View Source

    SupportsBody

    Declaration
    public override bool SupportsBody { get; }
    Property Value
    Type Description
    bool
    Overrides
    RequestParameters<DeleteConfigsRequestParameters>.SupportsBody

    Implements

    IRequestParameters

    Extension Methods

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