FileKey

View Source

Summary

A reference to a file in storage by its key.

Signature

interface FileKey {
  key: string;
}

Properties

key

The key of the file in storage.