INPUT_OBJECT

UploadDatabaseSnapshotToBlobstoreInput

Description

Input required to upload a database snapshot to a target blobstore.

link GraphQL Schema definition

  • input UploadDatabaseSnapshotToBlobstoreInput {
  • # Snapshot ID of the database.
  • snapshotId: UUID!
  • # Storage account configuration to upload the snapshot.
  • targetStorageAccountConfigInput: TargetStorageAccountConfigInput
  • }

link Require by