sourceCollection 资源类型
命名空间:microsoft.graph.ediscovery
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示一个电子数据展示集合,通常称为搜索。 有关详细信息,请参阅 电子数据展示中收集。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| contentQuery | String | 关键字查询语言KQL (查询中的) 字符串。 有关详细信息,请参阅内容 搜索和电子数据展示的关键字查询和搜索条件。 您可以通过使用与值配对的字段来优化搜索;例如, subject:"Quarterly Financials" AND Date>=06/01/2016 AND Date<=07/01/2016。 |
| createdBy | identitySet | 创建 sourceCollection 的用户。 |
| createdDateTime | DateTimeOffset | 创建 sourceCollection 的日期和时间。 |
| dataSourceScopes | microsoft.graph.ediscovery.dataSourceScopes | 指定此参数时,集合将跨越整个工作负荷的服务。 可取值为:none、allTenantMailboxes、allTenantSites、allCaseCustodians、allCaseNoncustodialDataSources。 |
| 说明 | String | sourceCollection 的说明。 |
| displayName | String | sourceCollection 的 显示名称。 |
| id | String | sourceCollection 的 ID。 只读。 |
| lastModifiedBy | identitySet | 上次修改 sourceCollection 的用户。 |
| lastModifiedDateTime | DateTimeOffset | 上次修改 sourceCollection 的日期和时间。 |
dataSourceScopes 值
| 成员 | 说明 |
|---|---|
| 无 | 不要指定任何范围 - 位置将单独引用。 |
| allTenantMailboxes | 在 sourceCollection 中包括所有租户邮箱。 |
| allTenantSites | 在 sourceCollection 中包括所有租户网站。 |
| allCaseCustodians | 在 sourceCollection 中包括所有保管人位置。 |
| allCaseNoncustodialDataSources | 在 sourceCollection 中包括所有非安全数据源。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| additionalSources | microsoft.graph.ediscovery.dataSource 集合 | 向 sourceCollection 添加其他源。 |
| addToReviewSetOperation | microsoft.graph.ediscovery.addToReviewSetOperation | 将 sourceCollection 的结果添加到指定的 reviewSet。 |
| custodianSources | microsoft.graph.ediscovery.dataSource 集合 | sourceCollection 中包含的保管人源。 |
| lastEstimateStatisticsOperation | microsoft.graph.ediscovery.estimateStatisticsOperation | 上次与 sourceCollection 关联的估计操作。 |
| noncustodialSources | microsoft.graph.ediscovery.noncustodialDataSource 集合 | sourceCollection 中包含的 noncustodialDataSource 源 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.ediscovery.sourceCollection",
"displayName": "String",
"description": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"createdDateTime": "String (timestamp)",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"lastModifiedDateTime": "String (timestamp)",
"contentQuery": "String",
"dataSourceScopes": "String"
}
反馈
提交和查看相关反馈