CRDB 对象

一个表示Active-Active数据库的对象

一个表示Active-Active数据库的对象。

名称 类型/值 描述
guid string Active-Active 数据库的全局唯一 ID
causal_consistency boolean 启用跨CRDT实例的因果一致性
default_db_config CRDB database_config object 默认数据库配置
encryption boolean 加密通信
featureset_version integer Active-Active 数据库活动 FeatureSet 版本
instances CRDB instance_info 对象的数组
local_databases
[{
  "bdb_uid": string,
  "id": integer
}, ...] 
本地数据库的实例ID到本地BDB ID的映射
name string Active-Active 数据库的名称
protocol_version integer Active-Active 数据库活动协议版本
RATE THIS PAGE
Back to top ↑