Search Results for

    Show / Hide Table of Contents

    Class RolloverConditions

    Inheritance
    object
    RolloverConditions
    Implements
    IRolloverConditions
    Inherited Members
    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 RolloverConditions : IRolloverConditions

    Properties

    | Edit this page View Source

    MaxAge

    The maximum age of the index

    Declaration
    public Time MaxAge { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    MaxDocs

    The maximum number of documents

    Declaration
    public long? MaxDocs { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    MaxPrimaryShardSize

    Declaration
    public string MaxPrimaryShardSize { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MaxSize

    The maximum size of the index e.g. "5gb"

    Declaration
    public string MaxSize { get; set; }
    Property Value
    Type Description
    string

    Implements

    IRolloverConditions

    Extension Methods

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