Search Results for

    Show / Hide Table of Contents

    Class SoftDeleteSettingsDescriptor

    Inheritance
    object
    DescriptorBase<SoftDeleteSettingsDescriptor, ISoftDeleteSettings>
    SoftDeleteSettingsDescriptor
    Implements
    IDescriptor
    ISoftDeleteSettings
    Inherited Members
    DescriptorBase<SoftDeleteSettingsDescriptor, ISoftDeleteSettings>.Self
    DescriptorBase<SoftDeleteSettingsDescriptor, ISoftDeleteSettings>.Assign<TValue>(TValue, Action<ISoftDeleteSettings, 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 SoftDeleteSettingsDescriptor : DescriptorBase<SoftDeleteSettingsDescriptor, ISoftDeleteSettings>, IDescriptor, ISoftDeleteSettings

    Methods

    | Edit this page View Source

    Retention(Func<SoftDeleteRetentionSettingsDescriptor, ISoftDeleteRetentionSettings>)

    Configure the retention of soft deletes on the index

    Declaration
    public SoftDeleteSettingsDescriptor Retention(Func<SoftDeleteRetentionSettingsDescriptor, ISoftDeleteRetentionSettings> selector)
    Parameters
    Type Name Description
    Func<SoftDeleteRetentionSettingsDescriptor, ISoftDeleteRetentionSettings> selector
    Returns
    Type Description
    SoftDeleteSettingsDescriptor

    Implements

    IDescriptor
    ISoftDeleteSettings

    Extension Methods

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