다음을 통해 공유


AzureBlobStorageOptions 클래스

정의

public class AzureBlobStorageOptions
public class AzureBlobStorageOptions : Orleans.Storage.IStorageProviderSerializerOptions
type AzureBlobStorageOptions = class
type AzureBlobStorageOptions = class
    interface IStorageProviderSerializerOptions
Public Class AzureBlobStorageOptions
Public Class AzureBlobStorageOptions
Implements IStorageProviderSerializerOptions
상속
AzureBlobStorageOptions
구현

생성자

AzureBlobStorageOptions()

필드

DEFAULT_CONTAINER_NAME
DEFAULT_INIT_STAGE

속성

BlobServiceClient

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

BuildContainerFactory

컨테이너 팩터리 인스턴스를 빌드하기 위한 함수

ClientOptions

Blob Storage 클라이언트를 구성할 때 사용하거나 null 기본 옵션을 사용하는 옵션입니다.

ConfigureJsonSerializerSettings
ConnectionString
사용되지 않음.

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

ContainerName

조직 단계가 저장되는 컨테이너 이름

GrainStorageSerializer

이 스토리지 공급자에 사용할 serializer를 가져오거나 설정합니다.

IndentJson
InitStage

스토리지를 초기화해야 하는 사일로 수명 주기의 단계입니다. 사용하려면 먼저 스토리지를 초기화해야 합니다.

ServiceUri
사용되지 않음.

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

TokenCredential
사용되지 않음.

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

TypeNameHandling
UseFullAssemblyNames
UseJson

메서드

ConfigureBlobServiceClient(Func<Task<BlobServiceClient>>)
사용되지 않음.

제공된 BlobServiceClient 콜백을 사용하여 를 구성합니다.

ConfigureBlobServiceClient(String)
사용되지 않음.

연결 문자열 사용하여 를 구성합니다BlobServiceClient.

ConfigureBlobServiceClient(Uri)
사용되지 않음.

인증된 BlobServiceClient 서비스 URI를 사용하여 를 구성합니다.

ConfigureBlobServiceClient(Uri, AzureSasCredential)
사용되지 않음.

BlobServiceClient 인증된 서비스 URI 및 를 사용하여 를 구성합니다AzureSasCredential.

ConfigureBlobServiceClient(Uri, StorageSharedKeyCredential)
사용되지 않음.

BlobServiceClient 인증된 서비스 URI 및 를 사용하여 를 구성합니다StorageSharedKeyCredential.

ConfigureBlobServiceClient(Uri, TokenCredential)
사용되지 않음.

BlobServiceClient 인증된 서비스 URI 및 를 사용하여 를 구성합니다TokenCredential.

적용 대상