POST
/
upsert
/
estimateHeapUsage
curl --request POST \
  --url https://dev.startree.ai/upsert/estimateHeapUsage \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
"<string>"

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Query Parameters

cardinality
integer
required

cardinality

primaryKeySize
integer
default:-1

primaryKeySize

numPartitions
integer
default:-1

numPartitions

Body

application/json · string

The body is of type string.

Response

200 - application/json
successful operation

The response is of type string.