Type Alias: BlobAsset
type BlobAsset = AssetBase<BLOB>;
Represents an Asset object containing blob/file data.
See
- AssetBase for the base asset interface
- AssetDataType.BLOB for the data type
type BlobAsset = AssetBase<BLOB>;
Represents an Asset object containing blob/file data.