# StreamSubscriptionHandlerFactory Properties

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

## ProviderName {#providername-b429b8ac}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamsubscriptionhandlerfactory/properties/providername-b429b8ac/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Internal/StreamSubsriptionHandlerFactory.cs#L18)

```csharp
public string ProviderName
```

Gets the name of the provider.

### Value

The name of the provider.

## StreamId {#streamid-6a5528f3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamsubscriptionhandlerfactory/properties/streamid-6a5528f3/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Internal/StreamSubsriptionHandlerFactory.cs#L15)

```csharp
public StreamId StreamId
```

Gets the stream identifier.

### Value

The stream identifier.

## SubscriptionId {#subscriptionid-794449f7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamsubscriptionhandlerfactory/properties/subscriptionid-794449f7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Internal/StreamSubsriptionHandlerFactory.cs#L21)

```csharp
public GuidId SubscriptionId
```

Gets the subscription identifier.

### Value

The subscription identifier.
