Interface IRepository<TSettings>
A snapshot repository with typed settings
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 SourceSettings
The repository settings
Declaration
[DataMember(Name = "settings")]
TSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
TSettings |