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 Details

    • JSON_PROPERTY_MAX_BACKGROUND_WORKERS

      public static final String JSON_PROPERTY_MAX_BACKGROUND_WORKERS
      See Also:
  • Constructor Details

    • JsonSchemaTimescaledb

      public JsonSchemaTimescaledb()
  • Method Details

    • 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.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string