File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,9 @@ export class SetPriorityAction {
9797}
9898
9999export class RolloverAction {
100+ /**
101+ * The `max_size` condition has been deprecated in 9.3.0 and `max_primary_shard_size` should be used instead
102+ * @deprecated 9.3.0 */
100103 max_size ?: ByteSize
101104 max_primary_shard_size ?: ByteSize
102105 max_age ?: Duration
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ export class RolloverConditions {
2727 max_age_millis ?: DurationValue < UnitMillis >
2828 min_docs ?: long
2929 max_docs ?: long
30+ /**
31+ * The `max_size` condition has been deprecated in 9.3.0 and `max_primary_shard_size` should be used instead
32+ * @deprecated 9.3.0 */
3033 max_size ?: ByteSize
3134 max_size_bytes ?: long
3235 min_size ?: ByteSize
You can’t perform that action at this time.
0 commit comments