# QualifiedStreamId Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.runtime.qualifiedstreamid/)

## ProviderName {#providername-90ba16bc}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.runtime.qualifiedstreamid/fields/providername-90ba16bc/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/InternalStreamId.cs)

```csharp
[Orleans.Id(1)]
public readonly string ProviderName
```

## StreamId {#streamid-abe2da2b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.runtime.qualifiedstreamid/fields/streamid-abe2da2b/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/InternalStreamId.cs)

```csharp
[Orleans.Id(0)]
public readonly StreamId StreamId
```
