# QueueCacheMissException Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/)

## High {#high-8b8e99b5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/properties/high-8b8e99b5/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueAdapters/QueueCacheMissException.cs)

```csharp
[Orleans.Id(2)]
public string High
```

Gets the latest available sequence token.

## Low {#low-e145a379}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/properties/low-e145a379/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueAdapters/QueueCacheMissException.cs)

```csharp
[Orleans.Id(1)]
public string Low
```

Gets the earliest available sequence token.

## Requested {#requested-7c4353bb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachemissexception/properties/requested-7c4353bb/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueAdapters/QueueCacheMissException.cs)

```csharp
[Orleans.Id(0)]
public string Requested
```

Gets the requested sequence token.

### Value

The requested sequence token.
