Search Results for

    Show / Hide Table of Contents

    Class AzureRepositoryDescriptor

    A snapshot repository that stores snapshots in an Azure storage account

    Requires the repository-azure plugin to be installed on the cluster
    Inheritance
    object
    DescriptorBase<AzureRepositoryDescriptor, IAzureRepository>
    AzureRepositoryDescriptor
    Implements
    IDescriptor
    IAzureRepository
    IRepository<IAzureRepositorySettings>
    IRepositoryWithSettings
    ISnapshotRepository
    Inherited Members
    DescriptorBase<AzureRepositoryDescriptor, IAzureRepository>.Self
    DescriptorBase<AzureRepositoryDescriptor, IAzureRepository>.Assign<TValue>(TValue, Action<IAzureRepository, 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 AzureRepositoryDescriptor : DescriptorBase<AzureRepositoryDescriptor, IAzureRepository>, IDescriptor, IAzureRepository, IRepository<IAzureRepositorySettings>, IRepositoryWithSettings, ISnapshotRepository

    Methods

    | Edit this page View Source

    Settings(Func<AzureRepositorySettingsDescriptor, IAzureRepositorySettings>)

    Snapshot repository settings for IAzureRepository

    Declaration
    public AzureRepositoryDescriptor Settings(Func<AzureRepositorySettingsDescriptor, IAzureRepositorySettings> settingsSelector)
    Parameters
    Type Name Description
    Func<AzureRepositorySettingsDescriptor, IAzureRepositorySettings> settingsSelector
    Returns
    Type Description
    AzureRepositoryDescriptor

    Implements

    IDescriptor
    IAzureRepository
    IRepository<TSettings>
    IRepositoryWithSettings
    ISnapshotRepository

    Extension Methods

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