ElasticsearchIndexRotationPeriod
public enum ElasticsearchIndexRotationPeriod : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case norotation = "NoRotation"
-
Undocumented
Declaration
Swift
case onehour = "OneHour"
-
Undocumented
Declaration
Swift
case oneday = "OneDay"
-
Undocumented
Declaration
Swift
case oneweek = "OneWeek"
-
Undocumented
Declaration
Swift
case onemonth = "OneMonth"
-
Declaration
Swift
public var description: String { get }