caseExportOperation 资源类型
命名空间:microsoft.graph.ediscovery
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示电子数据展示导出的过程。
caseExportOperation 只能从Location
对审阅集导出的响应中的 标头中检索。
继承自 caseOperation。
方法
方法 | 返回类型 | 说明 |
---|---|---|
getDownloadUrl | String | 返回导出的 URL。 |
属性
属性 | 类型 | 说明 |
---|---|---|
action | microsoft.graph.ediscovery.caseAction | 此实体的事例操作将始终为 contentExport 。 继承自 caseOperation。 |
azureBlobContainer | String | 将存储导出的 Azure 存储位置的名称。 这仅适用于存储在自己的 Azure 存储位置的导出。 |
azureBlobToken | String | Azure 存储位置的 SAS 令牌。 这仅适用于存储在自己的 Azure 存储位置的导出。 |
completedDateTime | DateTimeOffset | 导出完成的日期和时间。 继承自 caseOperation。 |
createdBy | identitySet | 启动导出操作的用户。 继承自 caseOperation。 |
createdDateTime | DateTimeOffset | 创建导出的日期和时间。 继承自 caseOperation。 |
说明 | String | 为导出提供的说明。 |
exportOptions | microsoft.graph.ediscovery.exportOptions | 为导出提供的选项。 有关详细信息,请参阅 reviewSet: export。 可取值为:originalFiles 、text 、pdfReplacement 、fileInfo 、tags 。 |
exportStructure | microsoft.graph.ediscovery.exportFileStructure | 提供的选项指定导出的结构。 有关详细信息,请参阅 reviewSet: export。 可取值为:none 、directory 、pst 。 |
id | String | 操作的 ID。 此为只读属性。 继承自 caseOperation。 |
outputFolderId | String | 输出文件夹 ID。 |
outputName | String | 为导出提供的名称。 |
percentProgress | Int32 | 操作的进度。 继承自 caseOperation。 |
resultInfo | resultInfo | 包含特定于成功和失败的结果信息。 继承自 caseOperation。 |
status | microsoft.graph.ediscovery.caseOperationStatus | 事例操作的状态。 继承自 caseOperation。 可取值为:notStarted 、submissionFailed 、running 、succeeded 、partiallySucceeded 、failed 。 |
exportOptions 值
成员 | 说明 |
---|---|
originalFiles | 包含原始文件的副本 - 仅在生成报表时排除此选项。 |
text | 包括每个文档的原始提取文本文件。 |
pdfReplacement | 如果在审阅过程中生成了经过修订的 PDF 文件,则这些文件可用于导出。 可以通过包括此选项,选择导出已编修的 PDF 而不是原始本机文件。 |
fileInfo | 包括摘要和加载文件 - 应始终包含该文件。 |
tags | 在加载文件中包括审阅期间应用的文档标记。 |
exportFileStructure 值
成员 | 说明 |
---|---|
目录 | 映射到电子数据展示工具常用的精简目录结构。 所有文件都导出到名为 NativeFiles 的根文件。 |
Pst | 电子邮件存储在 PCT 中,而来自网站的文档存储在表示原始本机文件夹结构的文件夹中。 |
关系
关系 | 类型 | 说明 |
---|---|---|
reviewSet | microsoft.graph.ediscovery.reviewSet | 正在从中导出内容的审阅集。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.ediscovery.caseExportOperation",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"completedDateTime": "String (timestamp)",
"percentProgress": "Integer",
"status": "String",
"action": "String",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"resultInfo": {
"@odata.type": "microsoft.graph.resultInfo"
},
"outputName": "String",
"description": "String",
"outputFolderId": "String",
"azureBlobContainer": "String",
"azureBlobToken": "String",
"exportOptions": "String",
"exportStructure": "String"
}