Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.18 KB

File metadata and controls

23 lines (18 loc) · 1.18 KB

ImageDownloadResponse

Example Usage

import { ImageDownloadResponse } from "@sfcompute/sdk/models";

let value: ImageDownloadResponse = {
  url: "https://lavish-sideboard.info",
  expiresAt: 1738972800,
  sha256: "e3b0c44298fc1c149af...",
  size: 295165,
};

Fields

Field Type Required Description Example
url string ✔️ Presigned download URL.
expiresAt number ✔️ Unix timestamp. 1738972800
sha256 string ✔️ For integrity verification. e3b0c44298fc1c149af...
size number ✔️ Image size in bytes.