diff --git a/api-reference/cassandra.html b/api-reference/cassandra.html index 48a355a7..b4ccbc4e 100644 --- a/api-reference/cassandra.html +++ b/api-reference/cassandra.html @@ -2149,10 +2149,12 @@

cassandrabatch_size_fail_threshold_in_kb (integer, Minimum: 1, Maximum: 1000000). Fail any multiple-partition batch exceeding this value. 50kb (10x warn threshold) by default.
  • batch_size_warn_threshold_in_kb (integer, Minimum: 1, Maximum: 1000000). Log a warning message on any multiple-partition batch size exceeding this value.5kb per batch by default.Caution should be taken on increasing the size of this thresholdas it can lead to node instability.
  • datacenter (string, MaxLength: 128). Name of the datacenter to which nodes of this service belong. Can be set only when creating the service.
  • +
  • read_request_timeout_in_ms (integer, Minimum: 1000, Maximum: 10000). How long the coordinator waits for read operations to complete before timing it out. 5 seconds by default.
  • +
  • write_request_timeout_in_ms (integer, Minimum: 1000, Maximum: 10000). How long the coordinator waits for write requests to complete with at least one node in the local datacenter. 2 seconds by default.
  • ip_filter

    Appears on spec.userConfig.

    -

    Allow incoming connections from CIDR address block, e.g. 10.20.0.0/16.

    +

    CIDR address block, either as a string, or in a dict with an optional description field.

    Required