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

snowflake-filetransfermaterial-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileTransferMaterial",
  "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.",
      "example": "https://www.example.com"
    }
  }
}