Search Results for

    Show / Hide Table of Contents

    Class GetRepositoryResponse

    Inheritance
    object
    ResponseBase
    GetRepositoryResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class GetRepositoryResponse : ResponseBase, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    Repositories

    Declaration
    public IReadOnlyDictionary<string, ISnapshotRepository> Repositories { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, ISnapshotRepository>

    Methods

    | Edit this page View Source

    Azure(string)

    Declaration
    public AzureRepository Azure(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    AzureRepository
    | Edit this page View Source

    FileSystem(string)

    Declaration
    public FileSystemRepository FileSystem(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    FileSystemRepository
    | Edit this page View Source

    Hdfs(string)

    Declaration
    public HdfsRepository Hdfs(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    HdfsRepository
    | Edit this page View Source

    ReadOnlyUrl(string)

    Declaration
    public ReadOnlyUrlRepository ReadOnlyUrl(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    ReadOnlyUrlRepository
    | Edit this page View Source

    S3(string)

    Declaration
    public S3Repository S3(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    S3Repository

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Repositories
    • Methods
      • Azure(string)
      • FileSystem(string)
      • Hdfs(string)
      • ReadOnlyUrl(string)
      • S3(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX