Skip to content

IPurgeObservable

interface

Namespace: Orleans.Providers.Streams.Common

Functionality for purge-related actions.
public interface IPurgeObservable

Properties

  • IsEmpty Gets a value indicating whether this instance is empty.
  • ItemCount Gets the message count.
  • Newest Gets the newest message in the cache.
  • Oldest Gets the oldest message in the cache.

Methods