# IStreamQueueCheckpointerFactory Methods

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

## Create(string) {#create-string-369b93e0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.istreamqueuecheckpointerfactory/methods/create-string-369b93e0/)

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