Search Results for

    Show / Hide Table of Contents

    Class CatSnapshotsRequest

    Request for Snapshots

    https://opensearch.org/docs/latest/api-reference/cat/cat-snapshots/

    Inheritance
    object
    RequestBase<CatSnapshotsRequestParameters>
    PlainRequestBase<CatSnapshotsRequestParameters>
    CatSnapshotsRequest
    Implements
    ICatSnapshotsRequest
    IRequest<CatSnapshotsRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<CatSnapshotsRequestParameters>.RequestConfiguration
    PlainRequestBase<CatSnapshotsRequestParameters>.ErrorTrace
    PlainRequestBase<CatSnapshotsRequestParameters>.FilterPath
    PlainRequestBase<CatSnapshotsRequestParameters>.Human
    PlainRequestBase<CatSnapshotsRequestParameters>.Pretty
    PlainRequestBase<CatSnapshotsRequestParameters>.SourceQueryString
    RequestBase<CatSnapshotsRequestParameters>.HttpMethod
    RequestBase<CatSnapshotsRequestParameters>.RequestState
    RequestBase<CatSnapshotsRequestParameters>.ContentType
    RequestBase<CatSnapshotsRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<CatSnapshotsRequestParameters>.RequestDefaults(CatSnapshotsRequestParameters)
    RequestBase<CatSnapshotsRequestParameters>.Q<TOut>(string)
    RequestBase<CatSnapshotsRequestParameters>.Q(string, object)
    RequestBase<CatSnapshotsRequestParameters>.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 CatSnapshotsRequest : PlainRequestBase<CatSnapshotsRequestParameters>, ICatSnapshotsRequest, IRequest<CatSnapshotsRequestParameters>, IRequest

    Constructors

    | Edit this page View Source

    CatSnapshotsRequest()

    /_cat/snapshots

    Declaration
    public CatSnapshotsRequest()
    | Edit this page View Source

    CatSnapshotsRequest(Names)

    /_cat/snapshots/{repository}

    Declaration
    public CatSnapshotsRequest(Names repository)
    Parameters
    Type Name Description
    Names repository

    Optional, accepts null

    Properties

    | Edit this page View Source

    ClusterManagerTimeout

    The amount of time allowed to establish a connection to the cluster manager node.

    Declaration
    public Time ClusterManagerTimeout { get; set; }
    Property Value
    Type Description
    Time
    Remarks

    Supported by OpenSearch servers of version 2.0.0 or greater.

    | 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

    IgnoreUnavailable

    When true, the response does not include information from unavailable snapshots.

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

    MasterTimeout

    The amount of time allowed to establish a connection to the cluster manager node.

    Declaration
    [Obsolete("Deprecated as of: 2.0.0, reason: To promote inclusive language, use `cluster_manager_timeout` instead.")]
    public Time MasterTimeout { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Self

    Declaration
    protected ICatSnapshotsRequest Self { get; }
    Property Value
    Type Description
    ICatSnapshotsRequest
    | 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

    ICatSnapshotsRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

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