AdvancedOptionsStatus class

Status of the advanced options for the specified 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 Advanced cluster parameters for more information.
  • Option to specify the percentage of heap space allocated to field data. By default, this setting is unbounded.
For more information, see Advanced cluster parameters.

Constructors

AdvancedOptionsStatus({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>
The status of advanced options for the specified domain.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OptionStatus
The OptionStatus for advanced options for the specified 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