Package com.exoscale.sdk.model
Class JsonSchemaTimescaledb
java.lang.Object
com.exoscale.sdk.model.JsonSchemaTimescaledb
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class JsonSchemaTimescaledb
extends Object
System-wide settings for the timescaledb extension
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this json-schema-timescaledb object is equal to o.The number of background workers for timescaledb operations.int
hashCode()
maxBackgroundWorkers
(Integer maxBackgroundWorkers) void
setMaxBackgroundWorkers
(Integer maxBackgroundWorkers) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MAX_BACKGROUND_WORKERS
- See Also:
-
-
Constructor Details
-
JsonSchemaTimescaledb
public JsonSchemaTimescaledb()
-
-
Method Details
-
maxBackgroundWorkers
-
getMaxBackgroundWorkers
The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. minimum: 1 maximum: 4096- Returns:
- maxBackgroundWorkers
-
setMaxBackgroundWorkers
-
equals
Return true if this json-schema-timescaledb object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-