# IStreamQueueCheckpointerFactory.Create(string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.istreamqueuecheckpointerfactory/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.istreamqueuecheckpointerfactory/methods/)

```csharp
public abstract Task<IStreamQueueCheckpointer<string>> Create(string partition)
```

Creates a stream checkpointer for the specified partition.

### Parameters

- `partition` (`string`): The partition.

### Returns

The stream checkpointer.
