Search Results for

    Show / Hide Table of Contents

    Interface IDeletePitRequest

    Inherited Members
    IRequest<DeletePitRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IDeletePitRequest : IRequest<DeletePitRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    PitId

    Declaration
    [DataMember(Name = "pit_id")]
    IEnumerable<string> PitId { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Extension Methods

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