# AzureTableStreamQueueCheckpointer Properties

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

## CheckpointExists {#checkpointexists-c3021e63}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streams.azuretablestreamqueuecheckpointer/properties/checkpointexists-c3021e63/)

[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`.
