INPUT_OBJECT

DownloadExchangeSnapshotV2Input

Description

Input for downloading Exchange snapshot from a location for V2 API.

link GraphQL Schema definition

  • input DownloadExchangeSnapshotV2Input {
  • # Additional configuration for the snapshot download operation.
  • downloadConfig: ExchangeSnapshotDownloadRequestInput
  • # Required. ID of the location from where the Microsoft Exchange database will be
  • # downloaded.
  • locationId: String!
  • # Required. ID of the Microsoft Exchange database snapshot.
  • snapshotId: String!
  • }

link Require by