Search Results for

    Show / Hide Table of Contents

    Class CatAllPitSegmentsRequest

    Request for AllPitSegments

    https://opensearch.org/docs/latest/search-plugins/point-in-time-api/

    Inheritance
    object
    RequestBase<CatAllPitSegmentsRequestParameters>
    PlainRequestBase<CatAllPitSegmentsRequestParameters>
    CatAllPitSegmentsRequest
    Implements
    ICatAllPitSegmentsRequest
    IRequest<CatAllPitSegmentsRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<CatAllPitSegmentsRequestParameters>.RequestConfiguration
    PlainRequestBase<CatAllPitSegmentsRequestParameters>.ErrorTrace
    PlainRequestBase<CatAllPitSegmentsRequestParameters>.FilterPath
    PlainRequestBase<CatAllPitSegmentsRequestParameters>.Human
    PlainRequestBase<CatAllPitSegmentsRequestParameters>.Pretty
    PlainRequestBase<CatAllPitSegmentsRequestParameters>.SourceQueryString
    RequestBase<CatAllPitSegmentsRequestParameters>.HttpMethod
    RequestBase<CatAllPitSegmentsRequestParameters>.RequestState
    RequestBase<CatAllPitSegmentsRequestParameters>.ContentType
    RequestBase<CatAllPitSegmentsRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<CatAllPitSegmentsRequestParameters>.RequestDefaults(CatAllPitSegmentsRequestParameters)
    RequestBase<CatAllPitSegmentsRequestParameters>.Q<TOut>(string)
    RequestBase<CatAllPitSegmentsRequestParameters>.Q(string, object)
    RequestBase<CatAllPitSegmentsRequestParameters>.SetAcceptHeader(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class CatAllPitSegmentsRequest : PlainRequestBase<CatAllPitSegmentsRequestParameters>, ICatAllPitSegmentsRequest, IRequest<CatAllPitSegmentsRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Bytes

    The units used to display byte values.

    Declaration
    public ByteUnit? Bytes { get; set; }
    Property Value
    Type Description
    ByteUnit?
    | Edit this page View Source

    Format

    A short version of the Accept header, such as json or yaml.

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

    Headers

    A comma-separated list of column names to display.

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

    Help

    Returns help information.

    Declaration
    public bool? Help { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Self

    Declaration
    protected ICatAllPitSegmentsRequest Self { get; }
    Property Value
    Type Description
    ICatAllPitSegmentsRequest
    | Edit this page View Source

    SortByColumns

    A comma-separated list of column names or column aliases to sort by.

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

    Verbose

    Enables verbose mode, which displays column headers.

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

    Implements

    ICatAllPitSegmentsRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Bytes
      • Format
      • Headers
      • Help
      • Self
      • SortByColumns
      • Verbose
    • Implements
    • Extension Methods
    Back to top Generated by DocFX