StacAssetData interface

FormContent model for file upload.

Properties

data

Asset metadata

file

Binary file content to be uploaded.

Property Details

data

Asset metadata

data: AssetMetadata

Property Value

file

Binary file content to be uploaded.

file: FileContents | { contentType?: string, contents: FileContents, filename?: string }

Property Value

FileContents | { contentType?: string, contents: FileContents, filename?: string }