次の方法で共有


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 パラメーター

名前 / 必須 説明
accountName
path True

string

共有アカウントの名前。

resourceGroupName
path True

string

リソース グループ名。

shareSubscriptionName
path True

string

共有サブスクリプションの名前。

subscriptionId
path True

string

サブスクリプション識別子

api-version
query True

string

使用する API バージョン。

$filter
query

string

OData 構文を使用して結果をフィルター処理します。

$orderby
query

string

OData 構文を使用して結果を並べ替えます。

$skipToken
query

string

継続トークン

要求本文

名前 必須 説明
synchronizationId True

string

同期 ID

応答

名前 説明
200 OK

SynchronizationDetailsList

成功

Other Status Codes

DataShareError

Microsoft.DataShare リソース プロバイダーから受信したエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
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"
    }
  ]
}

定義

名前 説明
dataSetType

データ・セットのタイプ

DataShareError

データ共有エラー モデル。

DataShareErrorInfo

データ共有エラー本文モデル。

ShareSubscriptionSynchronization

ShareSubscriptionSynchronization データ転送オブジェクト。

SynchronizationDetails

データ セット レベルでの同期の詳細

SynchronizationDetailsList

同期の詳細

synchronizationMode

同期モード

dataSetType

データ・セットのタイプ

説明
AdlsGen1File
AdlsGen1Folder
AdlsGen2File
AdlsGen2FileSystem
AdlsGen2Folder
Blob
BlobFolder
Container
KustoCluster
KustoDatabase
KustoTable
SqlDBTable
SqlDWTable
SynapseWorkspaceSqlPoolTable

DataShareError

データ共有エラー モデル。

名前 説明
error

DataShareErrorInfo

データ共有のエラー本文

DataShareErrorInfo

データ共有エラー本文モデル。

名前 説明
code

string

エラーのコード

details

DataShareErrorInfo[]

エラー モデルの入れ子になった詳細

message

string

エラーのメッセージ

target

string

エラーのターゲット

ShareSubscriptionSynchronization

ShareSubscriptionSynchronization データ転送オブジェクト。

名前 説明
durationMs

integer (int32)

同期期間

endTime

string (date-time)

同期の終了時刻

message

string

同期のメッセージ

startTime

string (date-time)

同期の開始時刻

status

string

生の状態

synchronizationId

string

同期 ID

synchronizationMode

synchronizationMode

同期モード

SynchronizationDetails

データ セット レベルでの同期の詳細

名前 説明
dataSetId

string

データ セットの ID

dataSetType

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

同期の詳細

名前 説明
nextLink

string

次の結果ページの URL。

value

SynchronizationDetails[]

DataTransferObjects 型の項目のコレクション。

synchronizationMode

同期モード

説明
FullSync
Incremental