Search Results for

    Show / Hide Table of Contents

    Interface IRepository<TSettings>

    A snapshot repository with typed settings

    Inherited Members
    IRepositoryWithSettings.DelegateSettings
    ISnapshotRepository.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRepository<TSettings> : IRepositoryWithSettings, ISnapshotRepository where TSettings : class, IRepositorySettings
    Type Parameters
    Name Description
    TSettings

    Properties

    | Edit this page View Source

    Settings

    The repository settings

    Declaration
    [DataMember(Name = "settings")]
    TSettings Settings { get; set; }
    Property Value
    Type Description
    TSettings

    Extension Methods

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