# JournalId.JournalId(string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalid/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalid/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Journaling/JournalId.cs#L16-L18)

```csharp
public JournalId(string value)
```

Initializes a new instance of the [JournalId](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalid/) struct.

### Parameters

- `value` (`string`): The stable journal identifier.
