Datasets - Get Query Scale Out Sync Status
从 “我的工作区”中返回指定数据集的查询横向扩展同步状态。
必需范围
Dataset.ReadWrite.All 或 Dataset.Read.All
GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/queryScaleOut/syncStatus
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
dataset
|
path | True |
string |
数据集 ID |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 |
示例
Get query scale-out sync status example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/queryScaleOut/syncStatus
Sample Response
{
"commitVersion": 133186221251720662,
"commitTimestamp": "2023-01-19T17:15:25.1720662Z",
"targetSyncVersion": 133184583205771509,
"targetSyncTimestamp": "2023-01-17T19:45:20.5771509Z",
"triggerReason": "explicit",
"syncStartTime": "2023-01-17T20:37:49.9625479Z",
"syncEndTime": "2023-01-17T20:37:50.6029293Z",
"minActiveReadVersion": 133184583205771509,
"minActiveReadTimestamp": "2023-01-17T19:45:20.5771509Z",
"scaleOutStatus": "Enabled"
}
定义
名称 | 说明 |
---|---|
Dataset |
数据集查询横向扩展同步状态 |
Query |
查询横向扩展状态 |
Query |
查询横向扩展同步触发器原因 |
DatasetQueryScaleOutSyncStatus
数据集查询横向扩展同步状态
名称 | 类型 | 说明 |
---|---|---|
commitTimestamp |
string |
指示最新提交版本的时间戳 |
commitVersion |
integer |
最新提交版本 |
minActiveReadTimestamp |
string |
指示最低活动读取版本的时间戳 |
minActiveReadVersion |
integer |
最低活动读取版本 |
scaleOutStatus |
查询横向扩展状态 |
|
syncEndTime |
string |
指示上次同步结束时间的时间戳 |
syncStartTime |
string |
指示上次同步开始时间的时间戳 |
targetSyncTimestamp |
string |
指示目标同步版本的时间戳 |
targetSyncVersion |
integer |
目标同步版本 |
triggerReason |
查询横向扩展同步触发器原因 |
QueryScaleOutStatus
查询横向扩展状态
名称 | 类型 | 说明 |
---|---|---|
Enabled |
string |
已启用查询横向扩展 |
ReadOnlyReplicasDisabled |
string |
查询横向扩展的最大只读副本数设置为 0 |
StorageModeNotSupported |
string |
数据集的存储模式不支持查询横向扩展 |
TenantSettingDisabled |
string |
查询横向扩展租户设置已禁用 |
QueryScaleOutSyncTriggerReason
查询横向扩展同步触发器原因
名称 | 类型 | 说明 |
---|---|---|
automatic |
string |
同步已自动触发 |
explicit |
string |
已显式触发同步 |
system |
string |
同步是在系统事件后触发的 |