Interface IUpdateIndexSettingsRequest
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IUpdateIndexSettingsRequest : IRequest<UpdateIndexSettingsRequestParameters>, IRequest
Properties
| Edit this page View SourceIndex
Declaration
[IgnoreDataMember]
Indices Index { get; }
Property Value
Type | Description |
---|---|
Indices |
IndexSettings
Declaration
IDynamicIndexSettings IndexSettings { get; set; }
Property Value
Type | Description |
---|---|
IDynamicIndexSettings |