Skip to content

Commit

Permalink
Add comment to indicate 7.7.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed Apr 16, 2020
1 parent 3598133 commit 9606454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Nest/Indices/AliasManagement/Alias.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public interface IAlias
/// If true, the alias will be excluded from wildcard expressions by default, unless overriden in the request using
/// the expand_wildcards parameter, similar to hidden indices.
/// This property must be set to the same value on all indices that share an alias. Defaults to false.
/// <para />
/// Available in Elasticsearch 7.7.0+
/// </summary>
[DataMember(Name = "is_hidden")]
bool? IsHidden { get; set; }
Expand Down

0 comments on commit 9606454

Please sign in to comment.