---
title: metadata
framework: watchconnectivity
role: symbol
role_heading: Instance Property
path: watchconnectivity/wcsessionfile/metadata
---

# metadata

A dictionary of additional information that was sent with the file.

## Declaration

```swift
var metadata: [String : Any]? { get }
```

## Discussion

Discussion The keys of the dictionary are strings. The values are property-list object types.

## See Also

### Getting the File Information

- [fileURL](watchconnectivity/wcsessionfile/fileurl.md)
