Search Results for

    Show / Hide Table of Contents

    Class ReadOnlyUrlRepositoryDescriptor

    A snapshot repository that can be used as an alternative read-only way to access data created by the IFileSystemRepository. The URL specified in the url parameter should point to the root of the shared filesystem repository.

    Inheritance
    object
    DescriptorBase<ReadOnlyUrlRepositoryDescriptor, IReadOnlyUrlRepository>
    ReadOnlyUrlRepositoryDescriptor
    Implements
    IDescriptor
    IReadOnlyUrlRepository
    IRepository<IReadOnlyUrlRepositorySettings>
    IRepositoryWithSettings
    ISnapshotRepository
    Inherited Members
    DescriptorBase<ReadOnlyUrlRepositoryDescriptor, IReadOnlyUrlRepository>.Self
    DescriptorBase<ReadOnlyUrlRepositoryDescriptor, IReadOnlyUrlRepository>.Assign<TValue>(TValue, Action<IReadOnlyUrlRepository, TValue>)
    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 ReadOnlyUrlRepositoryDescriptor : DescriptorBase<ReadOnlyUrlRepositoryDescriptor, IReadOnlyUrlRepository>, IDescriptor, IReadOnlyUrlRepository, IRepository<IReadOnlyUrlRepositorySettings>, IRepositoryWithSettings, ISnapshotRepository

    Methods

    | Edit this page View Source

    Settings(string, Func<ReadOnlyUrlRepositorySettingsDescriptor, IReadOnlyUrlRepositorySettings>)

    Snapshot repository settings for IReadOnlyUrlRepository

    Declaration
    public ReadOnlyUrlRepositoryDescriptor Settings(string location, Func<ReadOnlyUrlRepositorySettingsDescriptor, IReadOnlyUrlRepositorySettings> settingsSelector = null)
    Parameters
    Type Name Description
    string location
    Func<ReadOnlyUrlRepositorySettingsDescriptor, IReadOnlyUrlRepositorySettings> settingsSelector
    Returns
    Type Description
    ReadOnlyUrlRepositoryDescriptor

    Implements

    IDescriptor
    IReadOnlyUrlRepository
    IRepository<TSettings>
    IRepositoryWithSettings
    ISnapshotRepository

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Settings(string, Func<ReadOnlyUrlRepositorySettingsDescriptor, IReadOnlyUrlRepositorySettings>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX