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