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 Details

    • indexedItemCount

      @SerializedName(value="indexedItemCount", alternate="IndexedItemCount") @Expose @Nullable public Long indexedItemCount
      The 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 indexedItemsSize
      The 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 mailboxCount
      The Mailbox Count. The number of mailboxes that had search hits.
    • siteCount

      @SerializedName(value="siteCount", alternate="SiteCount") @Expose @Nullable public Integer siteCount
      The Site Count. The number of mailboxes that had search hits.
    • unindexedItemCount

      @SerializedName(value="unindexedItemCount", alternate="UnindexedItemCount") @Expose @Nullable public Long unindexedItemCount
      The Unindexed Item Count. The estimated count of unindexed items for the collection.
    • unindexedItemsSize

      @SerializedName(value="unindexedItemsSize", alternate="UnindexedItemsSize") @Expose @Nullable public Long unindexedItemsSize
      The Unindexed Items Size. The estimated size of unindexed items for the collection.
  • 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class CaseOperation
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to