veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 501 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage-types](./storage-types.md) > [FullMetadata](./storage-types.fullmetadata.md) > [name](./storage-types.fullmetadata.name.md)
## FullMetadata.name property
The short name of this object, which is the last component of the full path. For example, if fullPath is 'full/path/image.png', name is 'image.png'.
<b>Signature:</b>
```typescript
name: string;
```