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 Modifier and Type Field Description static String
JSON_PROPERTY_MAX_BACKGROUND_WORKERS
-
Constructor Summary
Constructors Constructor Description JsonSchemaTimescaledb()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this json-schema-timescaledb object is equal to o.Integer
getMaxBackgroundWorkers()
The number of background workers for timescaledb operations.int
hashCode()
JsonSchemaTimescaledb
maxBackgroundWorkers(Integer maxBackgroundWorkers)
void
setMaxBackgroundWorkers(Integer maxBackgroundWorkers)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_MAX_BACKGROUND_WORKERS
public static final String JSON_PROPERTY_MAX_BACKGROUND_WORKERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
maxBackgroundWorkers
public JsonSchemaTimescaledb maxBackgroundWorkers(Integer maxBackgroundWorkers)
-
getMaxBackgroundWorkers
@Nullable public Integer 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
public void setMaxBackgroundWorkers(Integer maxBackgroundWorkers)
-
equals
public boolean equals(Object o)
Return true if this json-schema-timescaledb object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-