Search Results for

    Show / Hide Table of Contents

    Interface ISnapshotRequest

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

    Properties

    | Edit this page View Source

    IgnoreUnavailable

    Declaration
    [DataMember(Name = "ignore_unavailable")]
    bool? IgnoreUnavailable { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IncludeGlobalState

    Declaration
    [DataMember(Name = "include_global_state")]
    bool? IncludeGlobalState { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Indices

    Declaration
    [DataMember(Name = "indices")]
    Indices Indices { get; set; }
    Property Value
    Type Description
    Indices
    | Edit this page View Source

    Metadata

    Declaration
    [DataMember(Name = "metadata")]
    IDictionary<string, object> Metadata { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Partial

    Declaration
    [DataMember(Name = "partial")]
    bool? Partial { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    RepositoryName

    Declaration
    [IgnoreDataMember]
    Name RepositoryName { get; }
    Property Value
    Type Description
    Name
    | Edit this page View Source

    Snapshot

    Declaration
    [IgnoreDataMember]
    Name Snapshot { get; }
    Property Value
    Type Description
    Name

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • IgnoreUnavailable
      • IncludeGlobalState
      • Indices
      • Metadata
      • Partial
      • RepositoryName
      • Snapshot
    • Extension Methods
    Back to top Generated by DocFX