Interface IStreamIdentity
Namespace: Orleans.Streams
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IStreamIdentity
Properties
| Improve this Doc View SourceGuid
Stream primary key guid.
Declaration
Guid Guid { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Namespace
Stream namespace.
Declaration
string Namespace { get; }
Property Value
| Type | Description |
|---|---|
| System.String |