GetDraftPackagePathResult

data class GetDraftPackagePathResult(val baseUrl: String, val draftPackagePath: String, val expirationTime: String, val sasToken: String, val workingPath: String)

The response of getting a download URL.

Constructors

Link copied to clipboard
constructor(baseUrl: String, draftPackagePath: String, expirationTime: String, sasToken: String, workingPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base URL of the storage account.

Link copied to clipboard

The relative path of the folder hosting package files.

Link copied to clipboard

Expiry date of the SAS token.

Link copied to clipboard

A SAS token for the storage account to access workspace.

Link copied to clipboard

The relative path for a temporary folder for package creation work.