Skip to content

Commit 9606454

Browse files
committed
Add comment to indicate 7.7.0+
1 parent 3598133 commit 9606454

File tree

1 file changed

+2
-0
lines changed
  • src/Nest/Indices/AliasManagement

1 file changed

+2
-0
lines changed

src/Nest/Indices/AliasManagement/Alias.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public interface IAlias
3434
/// If true, the alias will be excluded from wildcard expressions by default, unless overriden in the request using
3535
/// the expand_wildcards parameter, similar to hidden indices.
3636
/// This property must be set to the same value on all indices that share an alias. Defaults to false.
37+
/// <para />
38+
/// Available in Elasticsearch 7.7.0+
3739
/// </summary>
3840
[DataMember(Name = "is_hidden")]
3941
bool? IsHidden { get; set; }

0 commit comments

Comments
 (0)