다음을 통해 공유


AzureTableStreamCheckpointerOptions 클래스

정의

public class AzureTableStreamCheckpointerOptions
public class AzureTableStreamCheckpointerOptions : Orleans.Streaming.EventHubs.AzureStorageOperationOptions
type AzureTableStreamCheckpointerOptions = class
type AzureTableStreamCheckpointerOptions = class
    inherit AzureStorageOperationOptions
Public Class AzureTableStreamCheckpointerOptions
Public Class AzureTableStreamCheckpointerOptions
Inherits AzureStorageOperationOptions
상속
AzureTableStreamCheckpointerOptions
상속
AzureTableStreamCheckpointerOptions

생성자

AzureTableStreamCheckpointerOptions()

필드

DEFAULT_CHECKPOINT_PERSIST_INTERVAL
DEFAULT_TABLE_NAME

속성

ClientOptions

테이블 스토리지 클라이언트를 구성할 때 사용하거나 null 기본 옵션을 사용하는 옵션입니다.

(다음에서 상속됨 AzureStorageOperationOptions)
ConnectionString

Azure Table Storage 연결 문자열입니다.

ConnectionString
사용되지 않음.

사용되지 않음: 대신 ConfigureTableServiceClient를 사용합니다.

(다음에서 상속됨 AzureStorageOperationOptions)
PersistInterval

검사점 작성 간격입니다. 스토리지 스팸을 방지합니다.

StoragePolicyOptions

Azure Storage 정책 옵션

(다음에서 상속됨 AzureStorageOperationOptions)
TableEndpoint
사용되지 않음.

사용되지 않음: 대신 ConfigureTableServiceClient를 사용합니다.

(다음에서 상속됨 AzureStorageOperationOptions)
TableName

Azure 테이블 이름입니다.

TableResourceId
사용되지 않음.

사용되지 않음: 대신 ConfigureTableServiceClient를 사용합니다.

(다음에서 상속됨 AzureStorageOperationOptions)
TableServiceClient

Azure Table Service에 액세스하는 데 사용되는 클라이언트를 가져오거나 설정합니다.

(다음에서 상속됨 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)

적용 대상