Class 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 Detail

      • JSON_PROPERTY_MAX_BACKGROUND_WORKERS

        public static final String JSON_PROPERTY_MAX_BACKGROUND_WORKERS
        See Also:
        Constant Field Values
    • Constructor Detail

      • JsonSchemaTimescaledb

        public JsonSchemaTimescaledb()
    • Method Detail

      • 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
      • 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