exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# UpdateDbaasServiceOpensearchRequestIndexTemplate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mapping_nested_objects_limit** | Option<**u64**> | The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. | [optional]
**number_of_replicas** | Option<**u64**> | The number of replicas each primary shard has. | [optional]
**number_of_shards** | Option<**u64**> | The number of primary shards that an index should have. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)