siteCollection 资源提供有关网站集的详细信息。
如果网站资源具有非 NULL siteCollection 属性,则此网站为网站集的根网站。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"dataLocationCode": "JPN",
"hostname": "contoso.sharepoint.com",
"root": {"@odata.type": "microsoft.graph.root" }
}
属性
| 属性名称 | 类型 | 说明 |
|---|---|---|
| dataLocationCode | string | Azure Active Directory 中的字符串,表示数据 (的地理位置,例如。 JPN、 NAM) 。 只读。 |
| 主机 名 | string | 网站集的主机名称。 只读。 |
| root | root | 如果存在,则指示这是租户中的根级网站集。 |