AdvancedOptionsStatus class

Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:

  • Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.
  • Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.
For more information, see Configuring Advanced Options.

Constructors

AdvancedOptionsStatus.new({required Map<String, String> options, required OptionStatus status})
AdvancedOptionsStatus.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
options Map<String, String>
Specifies the status of advanced options for the specified Elasticsearch domain.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OptionStatus
Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited