artifactQuery resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Contains an expression that specifies the criteria for search.

Properties

Property Type Description
artifactType restorableArtifact The type of artifact to search. The possible values are: message, unknownFutureValue.
queryExpression String Specifies criteria to retrieve artifacts.

restorableArtifact values

Member Description
message Mailbox message.
unknownFutureValue Evolvable enumeration sentinel value. Do not use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.artifactQuery",
  "queryExpression": "String",
  "artifactType": "String"
}