Snowflake · Schema

FileTransferMaterial

Materials for uploading and downloading stage files

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
presigned_url string Presigned url for file transfer, only works for Server Side Encrypted Stages.
View JSON Schema on GitHub

JSON Schema

stage-file-transfer-material-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FileTransferMaterial",
  "type": "object",
  "description": "Materials for uploading and downloading stage files",
  "properties": {
    "presigned_url": {
      "type": "string",
      "description": "Presigned url for file transfer, only works for Server Side Encrypted Stages."
    }
  }
}