# AzureTableStreamQueueCheckpointer.CheckpointExists

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streams.azuretablestreamqueuecheckpointer/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streams.azuretablestreamqueuecheckpointer/properties/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/AzureTableStreamQueueCheckpointer.cs#L70-L74)

```csharp
public bool CheckpointExists
```

Gets a value indicating whether a checkpoint exists.

### Value

`true` if checkpoint exists; otherwise, `false`.
