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