OBJECT

ExportUrlSpecs

Description

Specs required for Export URL.

link GraphQL Schema definition

  • type ExportUrlSpecs {
  • # SAS URI of the blob.
  • blobSasUri: String!
  • # Name of the blob.
  • blobName: String!
  • # Polaris account of the user.
  • polarisAccount: String!
  • }

link Require by