> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Storage.PinMetadata.KeyValues

### [ResQ.Storage](./ResQ.Storage.md "ResQ.Storage").[PinMetadata](./ResQ.Storage.PinMetadata.md "ResQ.Storage.PinMetadata")

## PinMetadata.KeyValues Property

Dictionary of custom metadata key-value pairs.

```csharp theme={null}
public System.Collections.Generic.Dictionary<string,string> KeyValues { get; init; }
```

#### Property Value

[System.Collections.Generic.Dictionary\<](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2 "System.Collections.Generic.Dictionary`2")[System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")[,](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2 "System.Collections.Generic.Dictionary`2")[System.String](https://learn.microsoft.com/en-us/dotnet/api/system.string "System.String")[>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2 "System.Collections.Generic.Dictionary`2")
