Search Results for

    Show / Hide Table of Contents

    Class S3Repository

    Inheritance
    object
    S3Repository
    Implements
    IS3Repository
    IRepository<IS3RepositorySettings>
    IRepositoryWithSettings
    ISnapshotRepository
    Inherited Members
    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 S3Repository : IS3Repository, IRepository<IS3RepositorySettings>, IRepositoryWithSettings, ISnapshotRepository

    Constructors

    | Edit this page View Source

    S3Repository()

    Declaration
    public S3Repository()
    | Edit this page View Source

    S3Repository(IS3RepositorySettings)

    Declaration
    public S3Repository(IS3RepositorySettings settings)
    Parameters
    Type Name Description
    IS3RepositorySettings settings

    Properties

    | Edit this page View Source

    Settings

    The repository settings

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

    Type

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string

    Implements

    IS3Repository
    IRepository<TSettings>
    IRepositoryWithSettings
    ISnapshotRepository

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • S3Repository()
      • S3Repository(IS3RepositorySettings)
    • Properties
      • Settings
      • Type
    • Implements
    • Extension Methods
    Back to top Generated by DocFX