Enumeration FileState

The upload state of a File.

Enumeration Members

Error: "ERROR"

The file failed to ready.

GeneratedUploadUrl: "GENERATED_UPLOAD_URL"

Niftory has created a pre-signed URL where the file can be uploaded.

Pending: "PENDING"

Niftory has created a file entry in the database table.

Ready: "READY"

The file is ready for use.

UploadedToCloudStorage: "UPLOADED_TO_CLOUD_STORAGE"

The file has been uploaded to a cloud storage for fast retrieval.

UploadedToIpfs: "UPLOADED_TO_IPFS"

The file (and potentially its corresponding metadata) have been uploaded to IPFS.

Generated using TypeDoc