Search Results for

    Show / Hide Table of Contents

    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.

    Inherited Members
    IRepositoryWithSettings.DelegateSettings
    ISnapshotRepository.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ISourceOnlyRepository : IRepositoryWithSettings, ISnapshotRepository

    Properties

    | Edit this page View Source

    DelegateType

    The type of snapshot repository to delegate to for storage

    Declaration
    [IgnoreDataMember]
    string DelegateType { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DelegateType
    • Extension Methods
    Back to top Generated by DocFX