Skip to content

StreamSubscription Properties

Represents a subscription to a stream.

GrainId

get
View source
[Orleans.Id(3)]
public GrainId GrainId
Gets or sets the grain identifier.

Property value

The grain identifier.

StreamId

get
View source
[Orleans.Id(2)]
public StreamId StreamId
Gets or sets the stream identifier.

Property value

The stream identifier.

StreamProviderName

get
View source
[Orleans.Id(1)]
public string StreamProviderName
Gets or sets the name of the stream provider.

Property value

The name of the stream provider.

SubscriptionId

get
View source
[Orleans.Id(0)]
public Guid SubscriptionId
Gets or sets the subscription identifier.

Property value

The subscription identifier.