Interface IAllocationFilteringSettings
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IAllocationFilteringSettings
Properties
| Edit this page View SourceExclude
Assign the index to a node whose {attribute} has all of the comma-separated values.
Declaration
IAllocationAttributes Exclude { get; set; }
Property Value
Type | Description |
---|---|
IAllocation |
Include
Assign the index to a node whose {attribute} has at least one of the comma-separated values.
Declaration
IAllocationAttributes Include { get; set; }
Property Value
Type | Description |
---|---|
IAllocation |
Require
Assign the index to a node whose {attribute} has none of the comma-separated values.
Declaration
IAllocationAttributes Require { get; set; }
Property Value
Type | Description |
---|---|
IAllocation |