documentSetVersion 资源类型
命名空间:microsoft.graph
表示列表中文档集项的版本。
继承自 listItemVersion。
方法
方法 | 返回类型 | Description |
---|---|---|
List | documentSetVersion 集合 | 获取列表中文档集项的版本列表。 |
创建 | documentSetVersion | Create列表中文档集项的新版本。 |
Get | documentSetVersion | 读取 documentSetVersion 对象的属性和关系。 |
删除 | 无 | 删除列表中 文档集的版本 。 |
还原 | documentSetVersion | 还原 文档集版本。 |
属性
属性 | 类型 | 说明 |
---|---|---|
comment | string | 注释捕获的版本。 |
createdBy | identitySet | 捕获版本的用户。 |
createdDateTime | dateTime | 创建此版本的日期和时间。 |
id | string | 版本 ID。 此为只读属性。 继承自 listItemVersion。 |
items | documentSetVersionItem 集合 | 作为此版本的一部分捕获的文档集中的项目。 |
lastModifiedBy | identitySet | 上次修改版本的用户的标识。 此为只读属性。 继承自 listItemVersion。 |
lastModifiedDateTime | dateTimeOffset | 上次修改版本的日期和时间。 此为只读属性。 继承自 listItemVersion。 |
发表 | publicationFacet | 指示此特定版本的发布状态。 此为只读属性。 继承自 listItemVersion。 |
shouldCaptureMinorVersion | boolean | 如果 true 为 ,则还会捕获项的次要版本;否则,仅捕获主要版本。 默认值为 false 。 |
关系
关系 | 类型 | 说明 |
---|---|---|
fields | fieldValueSet | 此版本列表项的字段和值集合。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.documentSetVersion",
"comment": "String",
"createdDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"id": "String (identifier)",
"items": [
{
"@odata.type": "microsoft.graph.documentSetVersionItem"
}
],
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"lastModifiedDateTime": "String (timestamp)",
"publication": {
"@odata.type": "microsoft.graph.publicationFacet"
},
"shouldCaptureMinorVersion": "Boolean"
}