artifactQuery 资源类型
命名空间:microsoft.graph
包含一个指定搜索条件的表达式。
属性
属性 | 类型 | 说明 |
---|---|---|
artifactType | restorableArtifact | 要搜索的项目的类型。 可能的值为: message 、 unknownFutureValue 。 |
queryExpression | String | 指定检索项目的条件。 |
restorableArtifact 值
成员 | 说明 |
---|---|
message | 邮箱邮件。 |
unknownFutureValue | 可演变枚举 sentinel 值。 请勿使用。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.artifactQuery",
"queryExpression": "String",
"artifactType": "String"
}