你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SyncGroupSchema interface

同步组架构的属性。

属性

masterSyncMemberName

架构所在的主同步成员的名称。

tables

同步组架构中的表列表。

属性详细信息

masterSyncMemberName

架构所在的主同步成员的名称。

masterSyncMemberName?: string

属性值

string

tables

同步组架构中的表列表。

tables?: SyncGroupSchemaTable[]

属性值