Interface ISourceOnlyRepository
A source repository enables you to create minimal, source-only snapshots that take up to 50% less space on disk. Source only snapshots contain stored fields and index metadata. They do not include index or doc values structures and are not searchable when restored. After restoring a source-only snapshot, you must reindex the data into a new index.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ISourceOnlyRepository : IRepositoryWithSettings, ISnapshotRepository
Properties
| Edit this page View SourceDelegateType
The type of snapshot repository to delegate to for storage
Declaration
[IgnoreDataMember]
string DelegateType { get; }
Property Value
Type | Description |
---|---|
string |