次の方法で共有


ediscoveryEstimateOperation リソースの種類

名前空間: microsoft.graph.security

電子情報開示検索の統計 (アイテム数、サイズ、場所数) を見積もるプロセスを表します。

caseOperation から継承します。

メソッド

なし。

プロパティ

プロパティ 説明
action microsoft.graph.security.caseAction 操作が表すアクションの種類。 使用可能な値は、contentExportapplyTagsconvertToPdfindexestimateStatisticsaddToReviewSetholdUpdateunknownFutureValuepurgeDataexportReportexportResult です。 Prefer: include-unknown-enum-members要求ヘッダーを使用して、この進化可能な列挙型から次の値を取得する必要があります:purgeDataexportReportexportResultcaseOperation から継承されます。
CompletedDateTime DateTimeOffset 操作が完了した日付と時刻。 読み取り専用です。 caseOperation から継承されます。
createdBy identitySet 操作を作成したユーザー。 読み取り専用です。 caseOperation から継承されます。
createdDateTime DateTimeOffset 操作が開始された日時。 読み取り専用です。 caseOperation から継承されます。
id String 操作の ID。 読み取り専用です。 caseOperation から継承されます。
indexedItemCount Int64 コンテンツ クエリに一致した 検索 の項目の推定数。
indexedItemsSize Int64 コンテンツ クエリに一致した 検索 の項目の推定サイズ。
mailboxCount Int32 検索ヒットが発生したメールボックスの数。
percentProgress Int32 操作の進行状況。 読み取り専用です。 caseOperation から継承されます。
resultInfo resultInfo 成功と失敗固有の結果情報が含まれます。 caseOperation から継承されます。
siteCount Int32 検索ヒットが発生したメールボックスの数。
status microsoft.graph.security.caseOperationStatus ケース操作の状態。 使用可能な値: notStartedsubmissionFailedrunningsucceededpartiallySucceededfailedcaseOperation から継承されます。
unindexedItemCount Int64 コレクションのインデックスのない項目の推定数。
unindexedItemsSize Int64 コレクションのインデックスのない項目の推定サイズ。

リレーションシップ

リレーションシップ 説明
search microsoft.graph.security.ediscoverySearch 電子情報開示検索。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.ediscoveryEstimateOperation",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "completedDateTime": "String (timestamp)",
  "action": "String",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "percentProgress": "Integer",
  "status": "String",
  "resultInfo": {
    "@odata.type": "microsoft.graph.resultInfo"
  },
  "indexedItemCount": "Integer",
  "indexedItemsSize": "Integer",
  "unindexedItemCount": "Integer",
  "unindexedItemsSize": "Integer",
  "mailboxCount": "Integer",
  "siteCount": "Integer"
}