Show / Hide Table of Contents

Interface IStreamIdentity

Namespace: Orleans.Streams
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IStreamIdentity

Properties

| Improve this Doc View Source

Guid

Stream primary key guid.

Declaration
Guid Guid { get; }
Property Value
Type Description
Guid
| Improve this Doc View Source

Namespace

Stream namespace.

Declaration
string Namespace { get; }
Property Value
Type Description
System.String

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX