AzureTableStorageOptions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AzureTableGrainStorage の構成
public class AzureTableStorageOptions
public class AzureTableStorageOptions : Orleans.Persistence.AzureStorage.AzureStorageOperationOptions
public class AzureTableStorageOptions : Orleans.Persistence.AzureStorage.AzureStorageOperationOptions, Orleans.Storage.IStorageProviderSerializerOptions
type AzureTableStorageOptions = class
type AzureTableStorageOptions = class
inherit AzureStorageOperationOptions
type AzureTableStorageOptions = class
inherit AzureStorageOperationOptions
interface IStorageProviderSerializerOptions
Public Class AzureTableStorageOptions
Public Class AzureTableStorageOptions
Inherits AzureStorageOperationOptions
Public Class AzureTableStorageOptions
Inherits AzureStorageOperationOptions
Implements IStorageProviderSerializerOptions
- 継承
-
AzureTableStorageOptions
- 継承
- 実装
コンストラクター
AzureTableStorageOptions() |
AzureTableGrainStorage の構成 |
フィールド
DEFAULT_INIT_STAGE |
AzureTableGrainStorage の構成 |
DEFAULT_TABLE_NAME |
AzureTableGrainStorage の構成 |
プロパティ
ClientOptions |
テーブル ストレージ クライアントを構成するときに使用するオプション、または既定のオプションを使用するように |
ConfigureJsonSerializerSettings |
AzureTableGrainStorage の構成 |
ConnectionString |
Azure テーブルの接続文字列 |
ConnectionString |
古い.
非推奨: 代わりに ConfigureTableServiceClient を使用してください。 (継承元 AzureStorageOperationOptions) |
DeleteStateOnClear |
グレイン データが状態をクリアしたときに、グレイン データを削除するか、既定値にリセットするかを示します。 |
GrainStorageSerializer |
このストレージ プロバイダーに使用するシリアライザーを取得または設定します。 |
IndentJson |
AzureTableGrainStorage の構成 |
InitStage |
ストレージを初期化する必要があるサイロ ライフサイクルのステージ。 使用する前にストレージを初期化する必要があります。 |
StoragePolicyOptions |
Azure Storage ポリシーのオプション (継承元 AzureStorageOperationOptions) |
TableEndpoint |
古い.
非推奨: 代わりに ConfigureTableServiceClient を使用してください。 (継承元 AzureStorageOperationOptions) |
TableName |
グレイン ステージが格納されているテーブル名 |
TableResourceId |
古い.
非推奨: 代わりに ConfigureTableServiceClient を使用してください。 (継承元 AzureStorageOperationOptions) |
TableServiceClient |
Azure Table Service へのアクセスに使用するクライアントを取得または設定します。 (継承元 AzureStorageOperationOptions) |
TokenCredential |
古い.
非推奨: 代わりに ConfigureTableServiceClient を使用してください。 (継承元 AzureStorageOperationOptions) |
TokenCredentialManagementUri |
古い.
非推奨: 代わりに ConfigureTableServiceClient を使用してください。 (継承元 AzureStorageOperationOptions) |
TokenCredentialTableKey |
古い.
非推奨: 代わりに ConfigureTableServiceClient を使用してください。 (継承元 AzureStorageOperationOptions) |
TypeNameHandling |
AzureTableGrainStorage の構成 |
UseFullAssemblyNames |
AzureTableGrainStorage の構成 |
UseJson |
AzureTableGrainStorage の構成 |
UseStringFormat |
グレイン データを文字列形式またはバイナリ形式で格納するかどうかを示します。 |
メソッド
ConfigureTableServiceClient(Func<Task<TableServiceClient>>) |
古い.
指定されたコールバックを使用して TableServiceClient を構成します。 (継承元 AzureStorageOperationOptions) |
ConfigureTableServiceClient(String) |
古い.
接続文字列を使用して TableServiceClient を構成します。 (継承元 AzureStorageOperationOptions) |
ConfigureTableServiceClient(Uri) |
古い.
認証されたサービス URI を使用して TableServiceClient を構成します。 (継承元 AzureStorageOperationOptions) |
ConfigureTableServiceClient(Uri, AzureSasCredential) |
古い.
認証されたサービス URI と AzureSasCredentialを使用して TableServiceClient を構成します。 (継承元 AzureStorageOperationOptions) |
ConfigureTableServiceClient(Uri, TableSharedKeyCredential) |
古い.
認証されたサービス URI と TableSharedKeyCredentialを使用して TableServiceClient を構成します。 (継承元 AzureStorageOperationOptions) |
ConfigureTableServiceClient(Uri, TokenCredential) |
古い.
認証されたサービス URI と TokenCredentialを使用して TableServiceClient を構成します。 (継承元 AzureStorageOperationOptions) |