@@ -41270,6 +41270,12 @@ within the time frame of their original request."/>
41270
41270
<Member Name="allVersions" Value="1"/>
41271
41271
<Member Name="linkedFiles" Value="2"/>
41272
41272
<Member Name="unknownFutureValue" Value="4"/>
41273
+ <Member Name="advancedIndexing" Value="8"/>
41274
+ <Member Name="listAttachments" Value="16"/>
41275
+ <Member Name="htmlTranscripts" Value="32"/>
41276
+ <Member Name="messageConversationExpansion" Value="64"/>
41277
+ <Member Name="locationsWithoutHits" Value="256"/>
41278
+ <Member Name="allItemsInFolder" Value="512"/>
41273
41279
</EnumType>
41274
41280
<EnumType Name="additionalOptions" IsFlags="true">
41275
41281
<Member Name="none" Value="0"/>
@@ -41279,6 +41285,15 @@ within the time frame of their original request."/>
41279
41285
<Member Name="subfolderContents" Value="8"/>
41280
41286
<Member Name="listAttachments" Value="16"/>
41281
41287
<Member Name="unknownFutureValue" Value="32"/>
41288
+ <Member Name="htmlTranscripts" Value="64"/>
41289
+ <Member Name="advancedIndexing" Value="128"/>
41290
+ <Member Name="allItemsInFolder" Value="256"/>
41291
+ <Member Name="includeFolderAndPath" Value="512"/>
41292
+ <Member Name="condensePaths" Value="1024"/>
41293
+ <Member Name="friendlyName" Value="2048"/>
41294
+ <Member Name="splitSource" Value="4096"/>
41295
+ <Member Name="optimizedPartitionSize" Value="8192"/>
41296
+ <Member Name="includeReport" Value="16384"/>
41282
41297
</EnumType>
41283
41298
<EnumType Name="caseAction">
41284
41299
<Member Name="contentExport" Value="0"/>
@@ -41316,6 +41331,13 @@ within the time frame of their original request."/>
41316
41331
<Member Name="Many" Value="1"/>
41317
41332
<Member Name="unknownFutureValue" Value="2"/>
41318
41333
</EnumType>
41334
+ <EnumType Name="cloudAttachmentVersion">
41335
+ <Member Name="latest" Value="1"/>
41336
+ <Member Name="recent10" Value="2"/>
41337
+ <Member Name="recent100" Value="3"/>
41338
+ <Member Name="all" Value="4"/>
41339
+ <Member Name="unknownFutureValue" Value="5"/>
41340
+ </EnumType>
41319
41341
<EnumType Name="dataSourceContainerStatus">
41320
41342
<Member Name="active" Value="1"/>
41321
41343
<Member Name="released" Value="2"/>
@@ -41337,6 +41359,13 @@ within the time frame of their original request."/>
41337
41359
<Member Name="allCaseNoncustodialDataSources" Value="8"/>
41338
41360
<Member Name="unknownFutureValue" Value="16"/>
41339
41361
</EnumType>
41362
+ <EnumType Name="documentVersion">
41363
+ <Member Name="latest" Value="1"/>
41364
+ <Member Name="recent10" Value="2"/>
41365
+ <Member Name="recent100" Value="3"/>
41366
+ <Member Name="all" Value="4"/>
41367
+ <Member Name="unknownFutureValue" Value="5"/>
41368
+ </EnumType>
41340
41369
<EnumType Name="exportCriteria" IsFlags="true">
41341
41370
<Member Name="searchHits" Value="1"/>
41342
41371
<Member Name="partiallyIndexed" Value="2"/>
@@ -41347,6 +41376,7 @@ within the time frame of their original request."/>
41347
41376
<Member Name="directory" Value="1"/>
41348
41377
<Member Name="pst" Value="2"/>
41349
41378
<Member Name="unknownFutureValue" Value="3"/>
41379
+ <Member Name="msg" Value="4"/>
41350
41380
</EnumType>
41351
41381
<EnumType Name="exportFormat">
41352
41382
<Member Name="pst" Value="0"/>
@@ -41365,6 +41395,16 @@ within the time frame of their original request."/>
41365
41395
<Member Name="pdfReplacement" Value="4"/>
41366
41396
<Member Name="tags" Value="16"/>
41367
41397
<Member Name="unknownFutureValue" Value="32"/>
41398
+ <Member Name="splitSource" Value="64"/>
41399
+ <Member Name="includeFolderAndPath" Value="128"/>
41400
+ <Member Name="friendlyName" Value="256"/>
41401
+ <Member Name="condensePaths" Value="512"/>
41402
+ <Member Name="optimizedPartitionSize" Value="1024"/>
41403
+ </EnumType>
41404
+ <EnumType Name="itemsToInclude" IsFlags="true">
41405
+ <Member Name="searchHits" Value="1"/>
41406
+ <Member Name="partiallyIndexed" Value="2"/>
41407
+ <Member Name="unknownFutureValue" Value="4"/>
41368
41408
</EnumType>
41369
41409
<EnumType Name="purgeAreas" IsFlags="true">
41370
41410
<Member Name="mailboxes" Value="1"/>
@@ -41381,6 +41421,14 @@ within the time frame of their original request."/>
41381
41421
<Member Name="site" Value="2"/>
41382
41422
<Member Name="unknownFutureValue" Value="4"/>
41383
41423
</EnumType>
41424
+ <EnumType Name="statisticsOptions" IsFlags="true">
41425
+ <Member Name="includeRefiners" Value="1"/>
41426
+ <Member Name="includeQueryStats" Value="2"/>
41427
+ <Member Name="includeUnindexedStats" Value="4"/>
41428
+ <Member Name="advancedIndexing" Value="8"/>
41429
+ <Member Name="locationsWithoutHits" Value="16"/>
41430
+ <Member Name="unknownFutureValue" Value="32"/>
41431
+ </EnumType>
41384
41432
<EnumType Name="deploymentStatus">
41385
41433
<Member Name="upToDate" Value="1"/>
41386
41434
<Member Name="outdated" Value="2"/>
@@ -41966,6 +42014,10 @@ within the time frame of their original request."/>
41966
42014
<Property Name="status" Type="microsoft.graph.security.dataSourceContainerStatus"/>
41967
42015
</EntityType>
41968
42016
<EntityType Name="ediscoveryAddToReviewSetOperation" BaseType="microsoft.graph.security.caseOperation">
42017
+ <Property Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions" Nullable="false"/>
42018
+ <Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" Nullable="false"/>
42019
+ <Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" Nullable="false"/>
42020
+ <Property Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude" Nullable="false"/>
41969
42021
<NavigationProperty Name="reviewSet" Type="microsoft.graph.security.ediscoveryReviewSet"/>
41970
42022
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch"/>
41971
42023
</EntityType>
@@ -42035,6 +42087,7 @@ within the time frame of their original request."/>
42035
42087
<Property Name="indexedItemsSize" Type="Edm.Int64"/>
42036
42088
<Property Name="mailboxCount" Type="Edm.Int32"/>
42037
42089
<Property Name="siteCount" Type="Edm.Int32"/>
42090
+ <Property Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions" Nullable="false"/>
42038
42091
<Property Name="unindexedItemCount" Type="Edm.Int64"/>
42039
42092
<Property Name="unindexedItemsSize" Type="Edm.Int64"/>
42040
42093
<NavigationProperty Name="search" Type="microsoft.graph.security.ediscoverySearch"/>
@@ -42053,8 +42106,10 @@ within the time frame of their original request."/>
42053
42106
<EntityType Name="ediscoveryPurgeDataOperation" BaseType="microsoft.graph.security.caseOperation"/>
42054
42107
<EntityType Name="ediscoverySearchExportOperation" BaseType="microsoft.graph.security.caseOperation">
42055
42108
<Property Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/>
42109
+ <Property Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion" Nullable="false"/>
42056
42110
<Property Name="description" Type="Edm.String"/>
42057
42111
<Property Name="displayName" Type="Edm.String"/>
42112
+ <Property Name="documentVersion" Type="microsoft.graph.security.documentVersion" Nullable="false"/>
42058
42113
<Property Name="exportCriteria" Type="microsoft.graph.security.exportCriteria"/>
42059
42114
<Property Name="exportFileMetadata" Type="Collection(microsoft.graph.security.exportFileMetadata)"/>
42060
42115
<Property Name="exportFormat" Type="microsoft.graph.security.exportFormat"/>
@@ -42981,6 +43036,9 @@ within the time frame of their original request."/>
42981
43036
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet"/>
42982
43037
<Parameter Name="search" Type="microsoft.graph.security.ediscoverySearch"/>
42983
43038
<Parameter Name="additionalDataOptions" Type="microsoft.graph.security.additionalDataOptions"/>
43039
+ <Parameter Name="itemsToInclude" Type="microsoft.graph.security.itemsToInclude"/>
43040
+ <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion"/>
43041
+ <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion"/>
42984
43042
</Action>
42985
43043
<Action Name="export" IsBound="true">
42986
43044
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryReviewSet"/>
@@ -43009,6 +43067,7 @@ within the time frame of their original request."/>
43009
43067
</Action>
43010
43068
<Action Name="estimateStatistics" IsBound="true">
43011
43069
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
43070
+ <Parameter Name="statisticsOptions" Type="microsoft.graph.security.statisticsOptions"/>
43012
43071
</Action>
43013
43072
<Action Name="exportReport" IsBound="true">
43014
43073
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
@@ -43017,6 +43076,8 @@ within the time frame of their original request."/>
43017
43076
<Parameter Name="exportCriteria" Type="microsoft.graph.security.exportCriteria"/>
43018
43077
<Parameter Name="exportLocation" Type="microsoft.graph.security.exportLocation"/>
43019
43078
<Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/>
43079
+ <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion"/>
43080
+ <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion"/>
43020
43081
</Action>
43021
43082
<Action Name="exportResult" IsBound="true">
43022
43083
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
@@ -43027,6 +43088,8 @@ within the time frame of their original request."/>
43027
43088
<Parameter Name="additionalOptions" Type="microsoft.graph.security.additionalOptions"/>
43028
43089
<Parameter Name="exportFormat" Type="microsoft.graph.security.exportFormat"/>
43029
43090
<Parameter Name="exportSingleItems" Type="Edm.Boolean"/>
43091
+ <Parameter Name="cloudAttachmentVersion" Type="microsoft.graph.security.cloudAttachmentVersion"/>
43092
+ <Parameter Name="documentVersion" Type="microsoft.graph.security.documentVersion"/>
43030
43093
</Action>
43031
43094
<Action Name="purgeData" IsBound="true">
43032
43095
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoverySearch"/>
0 commit comments