Interface IQueriesCacheSettings
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IQueriesCacheSettings
Properties
| Edit this page View SourceEnabled
Whether the query cache is enabled. True
by default.
Declaration
bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |