Table of Contents

TTMSFNCCloudCloudinaryFile Class

Holds the metadata returned for a single uploaded asset, such as its identifiers, URLs, size, and resource type.

API unit family: TMSFNCCloudCloudinary

Syntax

TTMSFNCCloudCloudinaryFile = class

Properties

Name Description
AssetID Gets the unique asset identifier assigned to the uploaded file by the service.
CreatedAt Gets the date and time at which the asset was created on the service.
Format Gets the file format of the asset, for example png or mp4.
OriginalName Gets the original file name of the uploaded asset, when reported by the service.
Owner Gets the client instance that owns this file entry.
PublicID Gets the public identifier of the asset, used to address it in delivery URLs and subsequent API calls.
ResourceType Gets the resource type of the asset as reported by the service.
SecureUrl Gets the HTTPS delivery URL of the asset.
Size Gets the size of the asset in bytes.
UploadSource Gets the source value associated with the upload, such as the file name, the resource string, or the remote URL that produced this asset.
UploadType Gets the upload source category that produced this asset.
Url Gets the HTTP delivery URL of the asset.