Class EdiscoveryEstimateOperation
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.CaseOperation
com.microsoft.graph.security.models.EdiscoveryEstimateOperation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EdiscoveryEstimateOperation
extends CaseOperation
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ediscovery Estimate Operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Indexed Item Count.The Indexed Items Size.The Mailbox Count.The Search.The Site Count.The Unindexed Item Count.The Unindexed Items Size.Fields inherited from class com.microsoft.graph.security.models.CaseOperation
action, completedDateTime, createdBy, createdDateTime, percentProgress, resultInfo, status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
indexedItemCount
@SerializedName(value="indexedItemCount", alternate="IndexedItemCount") @Expose @Nullable public Long indexedItemCountThe Indexed Item Count. The estimated count of items for the search that matched the content query. -
indexedItemsSize
@SerializedName(value="indexedItemsSize", alternate="IndexedItemsSize") @Expose @Nullable public Long indexedItemsSizeThe Indexed Items Size. The estimated size of items for the search that matched the content query. -
mailboxCount
@SerializedName(value="mailboxCount", alternate="MailboxCount") @Expose @Nullable public Integer mailboxCountThe Mailbox Count. The number of mailboxes that had search hits. -
siteCount
@SerializedName(value="siteCount", alternate="SiteCount") @Expose @Nullable public Integer siteCountThe Site Count. The number of mailboxes that had search hits. -
unindexedItemCount
@SerializedName(value="unindexedItemCount", alternate="UnindexedItemCount") @Expose @Nullable public Long unindexedItemCountThe Unindexed Item Count. The estimated count of unindexed items for the collection. -
unindexedItemsSize
@SerializedName(value="unindexedItemsSize", alternate="UnindexedItemsSize") @Expose @Nullable public Long unindexedItemsSizeThe Unindexed Items Size. The estimated size of unindexed items for the collection. -
search
@SerializedName(value="search", alternate="Search") @Expose @Nullable public EdiscoverySearch searchThe Search. eDiscovery search.
-
-
Constructor Details
-
EdiscoveryEstimateOperation
public EdiscoveryEstimateOperation()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classCaseOperation- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-