共用方式為


DynamoDBReminderTable 類別

定義

使用 DynamoDB 作為基礎儲存體的 IReminderTable 實作。

public class DynamoDBReminderTable : Orleans.IReminderTable
type DynamoDBReminderTable = class
    interface IReminderTable
Public Class DynamoDBReminderTable
Implements IReminderTable
繼承
DynamoDBReminderTable
實作

建構函式

DynamoDBReminderTable(IGrainReferenceConverter)

初始化 DynamoDBReminderTable 類別的新執行個體。

方法

Init(GlobalConfiguration, Logger)

使用特定的通用群組態和記錄器初始化目前的實例

ReadRow(GrainReference, String)

依提醒名稱讀取粒紋參考的提醒。 從 remider 資料表讀取資料列

ReadRows(GrainReference)

從 remider 資料表讀取一個資料列

ReadRows(UInt32, UInt32)

讀取指定雜湊範圍的提醒資料表資料。

RemoveRow(GrainReference, String, String)

從提醒資料表中移除一個資料列

TestOnlyClearTable()

測試勾點以清除提醒資料表資料。

UpsertRow(ReminderEntry)

將專案放入 remider 資料表的非同步方法

適用於