Share Subscriptions - List Synchronization Details
列出共用訂閱同步處理的數據集層級詳細數據
列出同步處理詳細數據
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSynchronizationDetails?api-version=2021-08-01
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/listSynchronizationDetails?api-version=2021-08-01&$skipToken={$skipToken}&$filter={$filter}&$orderby={$orderby}
URI 參數
| 名稱 | 位於 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
account
|
path | True |
string |
共用帳戶的名稱。 |
|
resource
|
path | True |
string |
資源組名。 |
|
share
|
path | True |
string |
共用訂閱的名稱。 |
|
subscription
|
path | True |
string |
訂用帳戶標識碼 |
|
api-version
|
query | True |
string |
要使用的 API 版本。 |
|
$filter
|
query |
string |
使用 OData 語法篩選結果。 |
|
|
$orderby
|
query |
string |
使用 OData 語法排序結果。 |
|
|
$skip
|
query |
string |
接續令牌 |
要求本文
| 名稱 | 必要 | 類型 | Description |
|---|---|---|---|
| synchronizationId | True |
string |
同步處理標識碼 |
回應
| 名稱 | 類型 | Description |
|---|---|---|
| 200 OK |
成功 |
|
| Other Status Codes |
從 Microsoft.DataShare 資源提供者收到的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
| 名稱 | Description |
|---|---|
| user_impersonation | 模擬您的用戶帳戶 |
範例
ShareSubscriptions_ListSynchronizationDetails
範例要求
POST https://management.azure.com/subscriptions/433a8dfd-e5d5-4e77-ad86-90acdc75eb1a/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/Account1/shareSubscriptions/ShareSub1/listSynchronizationDetails?api-version=2021-08-01
{
"synchronizationId": "7d0536a6-3fa5-43de-b152-3d07c4f6b2bb"
}
範例回覆
Date: Wed, 13 Sep 2017 17:33:55 GMT
x-ms-request-id: 8e58266a-de42-40d5-b3c4-c6a7e159cfba
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14993
x-ms-correlation-request-id: 5d862c55-4de9-4a46-969d-cf1ed3e235ed
{
"value": [
{
"endTime": "2018-11-14T04:47:52.9614956Z",
"startTime": "2018-11-14T04:47:52.9614956Z",
"durationMs": 2000,
"status": "Completed",
"name": "datasetmapping1",
"dataSetId": "7d0536a6-3fa5-43de-b152-3d07c4f6b2bb",
"dataSetType": "Blob"
}
]
}
定義
| 名稱 | Description |
|---|---|
|
data |
數據集的類型 |
|
Data |
數據共用錯誤模型。 |
|
Data |
數據共用錯誤主體模型。 |
|
Share |
ShareSubscriptionSynchronization 數據傳輸物件。 |
|
Synchronization |
數據集層級的同步處理詳細數據 |
|
Synchronization |
同步處理的詳細數據 |
|
synchronization |
同步處理模式 |
dataSetType
數據集的類型
| 值 | Description |
|---|---|
| Blob | |
| Container | |
| BlobFolder | |
| AdlsGen2FileSystem | |
| AdlsGen2Folder | |
| AdlsGen2File | |
| AdlsGen1Folder | |
| AdlsGen1File | |
| KustoCluster | |
| KustoDatabase | |
| KustoTable | |
| SqlDBTable | |
| SqlDWTable | |
| SynapseWorkspaceSqlPoolTable |
DataShareError
數據共用錯誤模型。
| 名稱 | 類型 | Description |
|---|---|---|
| error |
數據共用錯誤本文 |
DataShareErrorInfo
數據共用錯誤主體模型。
| 名稱 | 類型 | Description |
|---|---|---|
| code |
string |
錯誤碼 |
| details |
錯誤模型的巢狀詳細數據 |
|
| message |
string |
錯誤的訊息 |
| target |
string |
錯誤的目標 |
ShareSubscriptionSynchronization
ShareSubscriptionSynchronization 數據傳輸物件。
| 名稱 | 類型 | Description |
|---|---|---|
| durationMs |
integer (int32) |
同步處理持續時間 |
| endTime |
string (date-time) |
同步處理結束時間 |
| message |
string |
同步處理的訊息 |
| startTime |
string (date-time) |
同步處理的開始時間 |
| status |
string |
原始狀態 |
| synchronizationId |
string |
同步處理標識碼 |
| synchronizationMode |
同步處理模式 |
SynchronizationDetails
數據集層級的同步處理詳細數據
| 名稱 | 類型 | Description |
|---|---|---|
| dataSetId |
string |
數據集的識別碼 |
| dataSetType |
數據集的類型 |
|
| durationMs |
integer (int32) |
數據集層級複製的持續時間 |
| endTime |
string (date-time) |
數據集層級複製的結束時間 |
| filesRead |
integer (int64) |
從源數據集讀取的檔案數目 |
| filesWritten |
integer (int64) |
寫入接收數據集的檔案數目 |
| message |
string |
如果有的話,錯誤訊息 |
| name |
string |
數據集的名稱 |
| rowsCopied |
integer (int64) |
複製到接收數據集的檔案數目 |
| rowsRead |
integer (int64) |
從源數據集讀取的數據列數目。 |
| sizeRead |
integer (int64) |
以位元組為單位從源數據集讀取的數據大小 |
| sizeWritten |
integer (int64) |
寫入接收數據集的數據大小,以位元組為單位 |
| startTime |
string (date-time) |
數據集層級複製的開始時間 |
| status |
string |
原始狀態 |
| vCore |
integer (int64) |
用於數據集同步處理的虛擬核心單位 |
SynchronizationDetailsList
同步處理的詳細數據
| 名稱 | 類型 | Description |
|---|---|---|
| nextLink |
string |
下一個結果頁面的 URL。 |
| value |
DataTransferObjects 類型的專案集合。 |
synchronizationMode
同步處理模式
| 值 | Description |
|---|---|
| Incremental | |
| FullSync |