名前空間: microsoft.graph.security
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
電子情報開示検索の統計 (アイテム数、サイズ、場所数) を推定するプロセスを表します。
caseOperation から継承します。
メソッド
なし。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| action | microsoft.graph.security.caseAction | 操作が表すアクションの種類。 使用できる値は、 contentExport、 applyTags、 convertToPdf、 index、 estimateStatistics、 addToReviewSet、 holdUpdate、 unknownFutureValue、 purgeData、 exportReport、 exportResult、 holdPolicySyncです。
Prefer: include-unknown-enum-members要求ヘッダーを使用して、この進化可能な列挙型から次の値を取得します。purgeData、exportReport、exportResult、holdPolicySync。
caseOperation から継承されます。 |
| CompletedDateTime | DateTimeOffset | 操作が完了した日付と時刻。 読み取り専用です。 caseOperation から継承されます。 |
| createdBy | identitySet | 操作を作成したユーザー。 読み取り専用です。 caseOperation から継承されます。 |
| createdDateTime | DateTimeOffset | 操作が開始された日時。 読み取り専用です。 caseOperation から継承されます。 |
| id | 文字列 | 操作の ID。 読み取り専用です。 caseOperation から継承されます。 |
| indexedItemCount | Int64 | コンテンツ クエリに一致した 検索 の項目の推定数。 |
| indexedItemsSize | Int64 | コンテンツ クエリに一致した 検索 の項目の推定サイズ。 |
| mailboxCount | Int32 | 検索ヒットが発生したメールボックスの数。 |
| percentProgress | Int32 | 操作の進行状況。 読み取り専用です。 caseOperation から継承されます。 |
| reportFileMetadata | microsoft.graph.security.reportFileMetadata コレクション | レポート ファイル メタデータのプロパティ ( downloadUrl、 fileName、サイズなど) が含 まれます。 |
| resultInfo | resultInfo | 成功と失敗固有の結果情報が含まれます。 caseOperation から継承されます。 |
| siteCount | Int32 | 検索ヒットが発生したメールボックスの数。 |
| statisticsOptions | microsoft.graph.security.statisticsOptions | 統計を生成するオプション。 使用可能な値: includeRefiners、includeQueryStats、includeUnindexedStats、advancedIndexing、locationsWithoutHits、unknownFutureValue。 |
| status | microsoft.graph.security.caseOperationStatus | ケース操作の状態。 使用可能な値: notStarted、submissionFailed、running、succeeded、partiallySucceeded、failed、unknownFutureValue。
caseOperation から継承されます。 |
| unindexedItemCount | Int64 | コレクションのインデックスのない項目の推定数。 |
| unindexedItemsSize | Int64 | コレクションのインデックスのない項目の推定サイズ。 |
statisticsOptions 値
| Name | 説明 |
|---|---|
| includeRefiners | ユーザー、機密情報の種類、アイテムの種類、エラーを含むようにカテゴリを絞り込みます。 |
| includeQueryStats | クエリ キーワード レポートを含めて、検索クエリの関連性を評価します。 |
| includeUnindexedStats | 部分的にインデックスが付いた項目を含めます。 |
| advancedIndexing | 検索中に高度なインデックス作成を実行して、誤った一致を減らします。 |
| locationsWithoutHits | ヒットのない場所でも、インデックスのない項目を見積もる。 |
| unknownFutureValue | 進化可能な列挙センチネル値。 使用しないでください。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| search | microsoft.graph.security.ediscoverySearch | 電子情報開示検索。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.ediscoveryEstimateOperation",
"action": "String",
"completedDateTime": "String (timestamp)",
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"indexedItemCount": "Int64",
"indexedItemsSize": "Int64",
"mailboxCount": "Int32",
"percentProgress": "Int32",
"reportFileMetadata": [{"@odata.type": "microsoft.graph.reportFileMetadata"}],
"resultInfo": {"@odata.type": "microsoft.graph.resultInfo"},
"siteCount": "Int32",
"statisticsOptions": "String",
"status": "String",
"unindexedItemCount": "Int64",
"unindexedItemsSize": "Int64"
}