We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3598133 commit 9606454Copy full SHA for 9606454
src/Nest/Indices/AliasManagement/Alias.cs
@@ -34,6 +34,8 @@ public interface IAlias
34
/// If true, the alias will be excluded from wildcard expressions by default, unless overriden in the request using
35
/// the expand_wildcards parameter, similar to hidden indices.
36
/// 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+
39
/// </summary>
40
[DataMember(Name = "is_hidden")]
41
bool? IsHidden { get; set; }
0 commit comments