Package com.exoscale.sdk.model
Class JsonSchemaClickhouse
java.lang.Object
com.exoscale.sdk.model.JsonSchemaClickhouse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class JsonSchemaClickhouse
extends Object
JsonSchemaClickhouse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this json-schema-clickhouse object is equal to o.Get serverSettingsThe percentage of free disk space required on local storage before data is moved to object storage.inthashCode()serverSettings(ClickHouseServerSettings serverSettings) voidsetServerSettings(ClickHouseServerSettings serverSettings) voidsetTieredStorageMoveFactor(BigDecimal tieredStorageMoveFactor) tieredStorageMoveFactor(BigDecimal tieredStorageMoveFactor) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SERVER_SETTINGS
- See Also:
-
JSON_PROPERTY_TIERED_STORAGE_MOVE_FACTOR
- See Also:
-
-
Constructor Details
-
JsonSchemaClickhouse
public JsonSchemaClickhouse()
-
-
Method Details
-
serverSettings
-
getServerSettings
Get serverSettings- Returns:
- serverSettings
-
setServerSettings
-
tieredStorageMoveFactor
-
getTieredStorageMoveFactor
The percentage of free disk space required on local storage before data is moved to object storage. A value of 0.2 means data is moved when local storage has less than 20% free space. minimum: 0 maximum: 1- Returns:
- tieredStorageMoveFactor
-
setTieredStorageMoveFactor
-
equals
Return true if this json-schema-clickhouse 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
-