共用方式為


AzureTableTransactionalStateOptions 類別

定義

public class AzureTableTransactionalStateOptions
public class AzureTableTransactionalStateOptions : Orleans.Transactions.AzureStorage.AzureStorageOperationOptions
type AzureTableTransactionalStateOptions = class
type AzureTableTransactionalStateOptions = class
    inherit AzureStorageOperationOptions
Public Class AzureTableTransactionalStateOptions
Public Class AzureTableTransactionalStateOptions
Inherits AzureStorageOperationOptions
繼承
AzureTableTransactionalStateOptions
繼承
AzureTableTransactionalStateOptions

建構函式

AzureTableTransactionalStateOptions()

欄位

DEFAULT_INIT_STAGE

屬性

ClientOptions

設定資料表記憶體用戶端時要使用的選項,或使用 null 預設選項。

(繼承來源 AzureStorageOperationOptions)
ConnectionString

Azure 記憶體 連接字串

ConnectionString
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
InitStage

應初始化記憶體的接收器生命周期階段。 必須先初始化記憶體,才能使用。

StoragePolicyOptions

Azure 記憶體原則選項

(繼承來源 AzureStorageOperationOptions)
TableEndpoint
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
TableName

儲存交易式粒度狀態的 Azure 數據表

TableResourceId
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
TableServiceClient

取得或設定用來存取 Azure 資料表服務的用戶端。

(繼承來源 AzureStorageOperationOptions)
TokenCredential
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
TokenCredentialManagementUri
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)
TokenCredentialTableKey
已淘汰.

已被取代:請改用 ConfigureTableServiceClient。

(繼承來源 AzureStorageOperationOptions)

方法

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)
已淘汰.

使用提供的回呼來設定 TableServiceClient

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(String)
已淘汰.

TableServiceClient使用 連接字串 設定 。

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri)
已淘汰.

TableServiceClient使用已驗證的服務 URI 來設定 。

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, AzureSasCredential)
已淘汰.

TableServiceClient使用已驗證的服務 URI 與AzureSasCredential設定 。

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
已淘汰.

TableServiceClient使用已驗證的服務 URI 與TableSharedKeyCredential設定 。

(繼承來源 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TokenCredential)
已淘汰.

TableServiceClient使用已驗證的服務 URI 與TokenCredential設定 。

(繼承來源 AzureStorageOperationOptions)

適用於