Class AzureRepositoryDescriptor
A snapshot repository that stores snapshots in an Azure storage account
Requires the repository-azure plugin to be installed on the clusterInheritance
AzureRepositoryDescriptor
Implements
Inherited Members
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 SourceSettings(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 |