Class EstimateStatisticsOperation

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.ediscovery.models.CaseOperation
com.microsoft.graph.ediscovery.models.EstimateStatisticsOperation
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EstimateStatisticsOperation extends CaseOperation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Estimate Statistics 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 sourceCollection 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 sourceCollection 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.
    • sourceCollection

      @SerializedName(value="sourceCollection", alternate="SourceCollection") @Expose @Nullable public SourceCollection sourceCollection
      The Source Collection. eDiscovery collection, commonly known as a search.
  • Constructor Details

    • EstimateStatisticsOperation

      public EstimateStatisticsOperation()
  • 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