MemoryAdapterConfig 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此組態類別是用來設定 MemoryStreamProvider。 它會告訴資料流程提供者要建立多少佇列。
public class MemoryAdapterConfig : Orleans.Providers.Streams.Common.RecoverableStreamProviderSettings
type MemoryAdapterConfig = class
inherit RecoverableStreamProviderSettings
Public Class MemoryAdapterConfig
Inherits RecoverableStreamProviderSettings
- 繼承
建構函式
MemoryAdapterConfig(String, Int32) |
建構函式 |
欄位
DataMaxAgeInCacheName |
DataMaxAgeInCache 設定名稱。 (繼承來源 RecoverableStreamProviderSettings) |
DataMinTimeInCacheName |
DataMinTimeInCache 設定名稱。 (繼承來源 RecoverableStreamProviderSettings) |
StatisticMonitorWriteIntervalName |
StatisticMonitorWriteInterval 的名稱 (繼承來源 RecoverableStreamProviderSettings) |
屬性
DataMaxAgeInCache |
快取中最新和最舊訊息之間的時間差異。 任何早于此的訊息都會從快取中清除。 (繼承來源 RecoverableStreamProviderSettings) |
DataMinTimeInCache |
最小時間訊息會保留在快取中,才能用於以時間為基礎的清除。 (繼承來源 RecoverableStreamProviderSettings) |
StatisticMonitorWriteInterval |
統計資料監視器寫入間隔 活動會觸發統計資料產生。 當資料流程處於非使用中狀態時,將會忽略間隔。 (繼承來源 RecoverableStreamProviderSettings) |
StreamProviderName |
資料流程提供者名稱。 |
TotalQueueCount |
實際佇列計數總計。 |
方法
PopulateFromProviderConfig(IProviderConfiguration) |
從提供者組態填入組態的公用程式函式 |
WriteProperties(Dictionary<String,String>) |
公用程式函式,可將組態轉換為屬性包,以用於資料流程提供者組態 |