Wasm Directoryalpha
Record

info-response-limits

No description available.

record info-response-limits {
  batch-delete-max-object-ids: option​<s32>,
  batch-retrieve-max-object-ids: option​<s32>,
  batch-upsert-max-objects-per-batch: option​<s32>,
  batch-upsert-max-total-objects: option​<s32>,
  search-max-page-limit: option​<s32>,
  update-item-modifier-lists-max-item-ids: option​<s32>,
  update-item-modifier-lists-max-modifier-lists-to-disable: option​<s32>,
  update-item-modifier-lists-max-modifier-lists-to-enable: option​<s32>,
  update-item-taxes-max-item-ids: option​<s32>,
  update-item-taxes-max-taxes-to-disable: option​<s32>,
  update-item-taxes-max-taxes-to-enable: option​<s32>,
}

Fields

NameTypeDescription
batch-delete-max-object-idsoption​<s32>
batch-retrieve-max-object-idsoption​<s32>
batch-upsert-max-objects-per-batchoption​<s32>
batch-upsert-max-total-objectsoption​<s32>
search-max-page-limitoption​<s32>
update-item-modifier-lists-max-item-idsoption​<s32>
update-item-modifier-lists-max-modifier-lists-to-disableoption​<s32>
update-item-modifier-lists-max-modifier-lists-to-enableoption​<s32>
update-item-taxes-max-item-idsoption​<s32>
update-item-taxes-max-taxes-to-disableoption​<s32>
update-item-taxes-max-taxes-to-enableoption​<s32>