Skip to content

StreamIdentity

class

Namespace: Orleans.Streams

Stream identity contains the public stream information use to uniquely identify a stream. Stream identities are only unique per stream provider.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class StreamIdentity : IStreamIdentity

Remarks

Use StreamId where possible, instead.

Constructors

Properties

  • Guid Gets the stream identifier.
  • Namespace Gets the stream namespace.

Methods

  • Equals(object)Determines whether the specified object is equal to the current object.
  • GetHashCodeServes as the default hash function.