Microsoft Graph · Schema
microsoft.graph.security.ediscoveryEstimateOperation
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation",
"title": "microsoft.graph.security.ediscoveryEstimateOperation",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.caseOperation"
},
{
"title": "ediscoveryEstimateOperation",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"indexedItemCount": {
"type": "number",
"description": "The estimated count of items for the search that matched the content query.",
"format": "int64",
"nullable": true
},
"indexedItemsSize": {
"type": "number",
"description": "The estimated size of items for the search that matched the content query.",
"format": "int64",
"nullable": true
},
"mailboxCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "The number of mailboxes that had search hits.",
"format": "int32",
"nullable": true
},
"reportFileMetadata": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.security.reportFileMetadata"
},
"description": "Contains the properties for report file metadata, including downloadUrl, fileName, and size."
},
"siteCount": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "The number of mailboxes that had search hits.",
"format": "int32",
"nullable": true
},
"statisticsOptions": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.statisticsOptions"
},
{
"type": "object",
"nullable": true
}
],
"description": "The options to generate statistics. The possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue."
},
"unindexedItemCount": {
"type": "number",
"description": "The estimated count of unindexed items for the collection.",
"format": "int64",
"nullable": true
},
"unindexedItemsSize": {
"type": "number",
"description": "The estimated size of unindexed items for the collection.",
"format": "int64",
"nullable": true
},
"search": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.ediscoverySearch"
},
{
"type": "object",
"nullable": true
}
],
"description": "eDiscovery search.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.security.ediscoveryEstimateOperation"
}