|
11344 | 11344 | }, |
11345 | 11345 | "averageItemSizeInBytes": { |
11346 | 11346 | "type": "integer", |
11347 | | - "description": "Optional. Relevant only to ram-and-flash (also known as Auto Tiering) subscriptions. Estimated average size in bytes of the items stored in the database. Default: 1000", |
11348 | | - "format": "int64" |
| 11347 | + "description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. Estimated average size in bytes of the items stored in the database. Default: 1000", |
| 11348 | + "format": "int64", |
| 11349 | + "deprecated": true |
| 11350 | + }, |
| 11351 | + "ramPercentage": { |
| 11352 | + "type": "integer", |
| 11353 | + "description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Range: 10-50. Default: 20", |
| 11354 | + "format": "int32", |
| 11355 | + "example": 20 |
11349 | 11356 | }, |
11350 | 11357 | "respVersion": { |
11351 | 11358 | "type": "string", |
|
11873 | 11880 | "$ref": "#/components/schemas/DatabaseAlertSpec" |
11874 | 11881 | } |
11875 | 11882 | }, |
| 11883 | + "ramPercentage": { |
| 11884 | + "type": "integer", |
| 11885 | + "description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Range: 10-50.", |
| 11886 | + "format": "int32", |
| 11887 | + "example": 20 |
| 11888 | + }, |
11876 | 11889 | "commandType": { |
11877 | 11890 | "type": "string", |
11878 | 11891 | "readOnly": true |
|
15956 | 15969 | }, |
15957 | 15970 | "averageItemSizeInBytes": { |
15958 | 15971 | "type": "integer", |
15959 | | - "description": "Optional. Relevant only to ram-and-flash (also known as Auto Tiering) subscriptions. Estimated average size in bytes of the items stored in the database. Default: 1000", |
15960 | | - "format": "int64" |
| 15972 | + "description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. Estimated average size in bytes of the items stored in the database. Default: 1000", |
| 15973 | + "format": "int64", |
| 15974 | + "deprecated": true |
| 15975 | + }, |
| 15976 | + "ramPercentage": { |
| 15977 | + "type": "integer", |
| 15978 | + "description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Range: 10-50. Default: 20", |
| 15979 | + "format": "int32", |
| 15980 | + "example": 20 |
15961 | 15981 | }, |
15962 | 15982 | "periodicBackupPath": { |
15963 | 15983 | "type": "string", |
|
16252 | 16272 | "DATABASE_MEMCACHED_SASL_PASSWORD_MAX_LENGTH", |
16253 | 16273 | "DATABASE_REDIS_FLEX_CONTAINS_MODULES", |
16254 | 16274 | "DATABASE_AVERAGE_ITEM_SIZE_NOT_ALLOWED", |
| 16275 | + "DATABASE_RAM_PERCENTAGE_NOT_ALLOWED", |
| 16276 | + "DATABASE_RAM_PERCENTAGE_NOT_SUPPORTED", |
| 16277 | + "DATABASE_RAM_PERCENTAGE_IS_INVALID", |
| 16278 | + "DATABASE_AVERAGE_ITEM_SIZE_IS_DEPRECATED", |
| 16279 | + "DATABASE_MEMORY_LIMIT_IS_INVALID_FOR_ROF", |
| 16280 | + "DATABASE_DATASET_SIZE_IS_INVALID_FOR_ROF", |
16255 | 16281 | "DATABASE_SIZE_SMALLER_THAN_USAGE", |
16256 | 16282 | "DATABASE_USAGE_EXCEEDS_GLOBAL_LIMIT", |
16257 | 16283 | "DATABASE_USAGE_EXCEEDS_LOCAL_LIMIT", |
|
0 commit comments