.show table details 命令
適用於: ✅Microsoft網狀架構✅Azure 數據總管
傳回集合,其中包含資料庫中具有每個數據表屬性詳細摘要的指定數據表或所有數據表。
權限
您必須至少有資料庫使用者、資料庫查看器或資料庫監視器許可權,才能執行此命令。 如需詳細資訊,請參閱角色型存取控制。
語法
.show
table
TableName details
.show
tables
(
TableName [,
...])
details
.show
tables
details
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | 描述 |
---|---|---|---|
TableName | string |
✔️ | 要顯示詳細數據的數據表名稱。 |
傳回
輸出參數 | 類型 | 描述 |
---|---|---|
TableName |
string |
資料表的名稱。 |
DatabaseName |
string |
數據表所屬的資料庫。 |
Folder |
string |
數據表的資料夾。 |
DocString |
string |
記錄數據表的字串。 |
TotalExtents |
Int64 | 數據表** 中的範圍總數。 |
TotalExtentSize |
雙重 | 數據表中範圍的總大小(壓縮大小 + 索引大小)(以位元組為單位)。** |
TotalOriginalSize |
雙重 | 數據表中數據的原始大小總計(以位元組為單位)。** |
TotalRowCount |
Int64 | 數據表** 中的數據列總數。 |
HotExtents |
Int64 | 數據表中儲存在經常性快取** 中的範圍總數。 |
HotExtentSize |
雙重 | 數據表中的範圍大小總計(壓縮大小 + 索引大小),儲存在經常性快取中(以位元組為單位)。** |
HotOriginalSize |
雙重 | 數據表中數據的原始大小總計,儲存在經常性快取中(以位元組為單位)。** |
HotRowCount |
Int64 | 數據表中的數據列總數,儲存在經常性快取** 中。 |
AuthorizedPrincipals |
string |
數據表的授權主體,串行化為 JSON。 |
RetentionPolicy |
string |
數據表的有效* 保留原則,串行化為 JSON。 |
CachingPolicy |
string |
數據表的有效* 快取原則,串行化為 JSON。 |
ShardingPolicy |
string |
數據表的有效* 分區化原則,串行化為 JSON。 |
MergePolicy |
string |
數據表的有效* 合併原則,串行化為 JSON。 |
StreamingIngestionPolicy |
string |
數據表的有效* 串流擷取原則,串行化為 JSON。 |
IngestionBatchingPolicy |
string |
數據表的有效* 擷取批處理原則,串行化為 JSON。 |
MinExtentsCreationTime |
datetime |
數據表中範圍的最低建立時間(如果沒有範圍,則為 null)。** |
MaxExtentsCreationTime |
datetime |
數據表中範圍的最大建立時間(如果沒有範圍,則為 null)。** |
RowOrderPolicy |
string |
數據表的有效數據列順序原則,串行化為 JSON。 |
TableId |
string |
數據表的唯一標識碼。 |
*
考慮父實體的原則。
**
值可能長達 15 分鐘,因為它們取自數據表範圍的快取摘要。
輸出範例
TableName | DatabaseName | Folder | DocString | TotalExtents | TotalExtentSize | TotalOriginalSize | TotalRowCount | HotExtents | HotExtentSize | HotOriginalSize | HotRowCount | AuthorizedPrincipals | RetentionPolicy | CachingPolicy | ShardingPolicy | MergePolicy | StreamingIngestionPolicy | IngestionBatchingPolicy | MinExtentsCreationTime | MaxExtentsCreationTime | TableID |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Operations | Operations | 1164 | 37687203 | 53451358 | 223325 | 29 | 838752 | 1388213 | 5117 | [{“Type”: “AAD User”, “DisplayName”: “My Name (upn: alias@fabrikam.com)”, “ObjectId”: “aaaaaaaa-0000-1111-2222-bbbb”, “FQN”: “aaduser=aaaaaaaaaa-0000-1111-2222-bb”, “Notes”: “}] | {“SoftDeletePeriod”: “365.00:00:00”, “ContainerRecyclingPeriod”: “1.00:00:00”, “ExtentsDataSizeLimitInBytes”: 0, “OriginalDataSizeLimitInBytes”: 0 } | { “DataHotSpan”: “4.00:00:00”, “IndexHotSpan”: “4.00:00:00”, “ColumnOverrides”: [] } | { “MaxRowCount”: 750000,“MaxExtentSizeInMb”: 1024, “MaxOriginalSizeInMb”: 2048 } | { “RowCountUpperBoundForMerge”: 0, “MaxExtentsToMerge”: 100, “LoopPeriod”: “01:00:00”, “MaxRangeInHours”: 3, “AllowRebuild”: true, “AllowMerge”: true } | null | null | bbbbbbbb-1111-2222-3333-cccccccccc | ||||
ServiceOperations | Operations | 1109 | 76588803 | 91553069 | 110125 | 27 | 2635742 | 2929926 | 3162 | [{“Type”: “AAD User”, “DisplayName”: “My Name (upn: alias@fabrikam.com)”, “ObjectId”: “aaaaaaaa-0000-1111-2222-bbbb”, “FQN”: “aaduser=aaaaaaaaaa-0000-1111-2222-bb”, “Notes”: “}] | { “SoftDeletePeriod”: “365.00:00:00”, “ContainerRecyclingPeriod”: “1.00:00:00”, “ExtentsDataSizeLimitInBytes”: 0, “OriginalDataSizeLimitInBytes”: 0 } | { “DataHotSpan”: “4.00:00:00”, “IndexHotSpan”: “4.00:00:00”, “ColumnOverrides”: [] } | { “MaxRowCount”: 750000,“MaxExtentSizeInMb”: 1024, “MaxOriginalSizeInMb”: 2048 } | { “RowCountUpperBoundForMerge”: 0, “MaxExtentsToMerge”: 100, “LoopPeriod”: “01:00:00”, “MaxRangeInHours”: 3, “AllowRebuild”: true, “AllowMerge”: true } | null | null | 2018-02-08 15:30:38.8489786 | 2018-02-14 07:47:28.7660267 | cccccccc-2222-3333-4444-ddd |