Interface IAllocationAwarenessSettings
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IAllocationAwarenessSettings
Properties
| Edit this page View SourceAttributes
Determines which node attributes are taken into account when balancing shards across the shards
Declaration
IEnumerable<string> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Forced
With forced awareness shard copies are NEVER allicated within the same attribute
Declaration
IAllocationAttributes Forced { get; set; }
Property Value
Type | Description |
---|---|
IAllocationAttributes |