OBJECT

PhoenixRolloutProgress

Description

The Phoenix rollout progress.

link GraphQL Schema definition

  • type PhoenixRolloutProgress {
  • # The number of Exchange users that require migration and do not have Phoenix
  • # enabled.
  • numNotEnabled: Int!
  • # The number of Exchange users that require migration and are in the process of
  • # enabling Phoenix.
  • numInProcess: Int!
  • # The number of Exchange users that have Phoenix enabled.
  • numEnabled: Int!
  • # The number of Exchange users that have not yet completed their first full
  • # snapshot.
  • numIncompleteFirstFull: Int!
  • }

link Require by