Jump to Content

Interface ImportAssetFromSignedUrlResponseDetails

The details in the response for an import request, including the signed URL and other information.

Hierarchy

  • ImportAssetFromSignedUrlResponseDetails

Properties

AssetName: undefined | string

The name for the asset associated with this import job.

DataSetId: undefined | string

The unique identifier for the data set associated with this import job.

Md5Hash?: string

The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

RevisionId: undefined | string

The unique identifier for the revision associated with this import response.

SignedUrl?: string

The signed URL.

SignedUrlExpiresAt?: Date

The time and date at which the signed URL expires, in ISO 8601 format.