Search Results for

    Show / Hide Table of Contents

    Class AzureRepository

    Inheritance
    object
    AzureRepository
    Implements
    IAzureRepository
    IRepository<IAzureRepositorySettings>
    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 AzureRepository : IAzureRepository, IRepository<IAzureRepositorySettings>, IRepositoryWithSettings, ISnapshotRepository

    Constructors

    | Edit this page View Source

    AzureRepository()

    Declaration
    public AzureRepository()
    | Edit this page View Source

    AzureRepository(IAzureRepositorySettings)

    Declaration
    public AzureRepository(IAzureRepositorySettings settings)
    Parameters
    Type Name Description
    IAzureRepositorySettings settings

    Properties

    | Edit this page View Source

    Settings

    The repository settings

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

    Type

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

    Implements

    IAzureRepository
    IRepository<TSettings>
    IRepositoryWithSettings
    ISnapshotRepository

    Extension Methods

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