Skip to content

BlobStoreCapabilities

This content is not available in your language yet.

字节对象存储适配器的能力声明;引擎据此决定一致性等待、条件写、分段阈值与批量删除。

optional batchDelete?: number;

一次 delete 可接受的键数;缺省 1


conditionalPut: boolean;

支持 ifNoneMatch:‘*’ 与 ifMatch(etag)


consistency: "strong" | "eventual";

写后立即 head/get/list 是否保证可见


list: "none" | "prefix";

maxObjectBytes: number;

单对象上限(Redis 512 MiB、DynamoDB 400 KiB、S3 5 TiB);引擎据此钳段阈值


rangeGet: boolean;