v1

latestSwagger 2.02026-07-17122339.6 KB

update config of the specified table

put/schema/tables/{table}

Path parameters

tablestring required

Request body

archivingDelayMinutesinteger

Number of minutes after event time before a record can be archived.

archivingIntervalMinutesinteger

Specifies how often archiving runs.

backfillIntervalMinutesinteger

Specifies how often backfill runs.

backfillMaxBufferSizeinteger

Upper limit of current backfill buffer size + backfilling buffer size.

backfillStoreBatchSizeinteger

Size of each live batch used by backfill job.

backfillThresholdInBytesinteger

Backfill buffer size in bytes that will trigger a backfill job.

batchSizeinteger

Size of each live batch, should be sufficiently large.

initPrimaryKeyNumBucketsinteger

Initial setting of number of buckets for primary key if equals to 0, default will be used

maxRedoLogFileSizeinteger

Specifies the size limit of a single redo log file.

recordRetentionInDaysinteger

Records with timestamp older than now - RecordRetentionInDays will be skipped during ingestion and backfill. 0 means unlimited days.

redoLogRotationIntervalinteger

Specifies how often to create a new redo log file.

snapshotIntervalMinutesinteger

Specifies how often snapshot runs.

snapshotThresholdinteger

Number of mutations to accumulate before creating a new snapshot.

Response

NoContentResponse represents Response with no content.