Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.03 KB

ShardIndexingBackPressureSettings.md

File metadata and controls

14 lines (9 loc) · 1.03 KB

ShardIndexingBackPressureSettings

Properties

Name Type Description Notes
primary_parameter Option<models::PrimaryParameter> [optional]
operating_factor Option<models::OperatingFactor> [optional]
enforced Option<bool> Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false [optional]
enabled Option<bool> Enable or disable shard indexing backpressure. Default is false [optional]

[Back to Model list] [Back to API list] [Back to README]