ADO.NET Provider for Airtable

Build 23.0.8839

DownloadAttachment

Download an attachment from a table by providing the table name or ID (depending on the DisplayObjectIds connection property) and attachment ID.

Input

Name Type Required Accepts Output Streams Description
SchemaIdentifier String False False The name or ID of the schema/base that contains the table. This input can be optionally specified to avoid ambiguity.
TableIdentifier String False False Specify the name or ID of the table where the attachment is located.
AttachmentId String False False Specify the ID of the attachment that you want to download.
LocalPath String False False The absolute location where the file will be saved.
FileStream String False True An instance of an output stream where file data is written to. Only used if LocalPath is not set.

Result Set Columns

Name Type Description
FileData String If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64.
Success String Indicates whether or not the operation was successful.
Details String Any extra details on the operation's execution.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839