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 |
Table Storage 클라이언트를 구성할 때 사용할 옵션 또는 기본 옵션을 사용하도록 |
ConfigureJsonSerializerSettings |
AzureTableGrainStorage에 대한 구성 |
ConnectionString |
Azure 테이블 연결 문자열 |
ConnectionString |
사용되지 않음.
사용되지 않음: 대신 ConfigureTableServiceClient를 사용합니다. (다음에서 상속됨 AzureStorageOperationOptions) |
DeleteStateOnClear |
곡물의 상태를 지울 때 곡물 데이터를 삭제하거나 기본값으로 다시 설정해야 하는지 여부를 나타냅니다. |
GrainStorageSerializer |
이 스토리지 공급자에 사용할 serializer를 가져오거나 설정합니다. |
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) |