AzureBlobTranscriptStore Constructors

Definition

Overloads

AzureBlobTranscriptStore(CloudStorageAccount, String)

Initializes a new instance of the AzureBlobTranscriptStore class.

AzureBlobTranscriptStore(String, String)

Initializes a new instance of the AzureBlobTranscriptStore class. Creates an instance of AzureBlobTranscriptStore.

AzureBlobTranscriptStore(CloudStorageAccount, String)

Initializes a new instance of the AzureBlobTranscriptStore class.

public AzureBlobTranscriptStore (Microsoft.WindowsAzure.Storage.CloudStorageAccount storageAccount, string containerName);
new Microsoft.Bot.Builder.Azure.AzureBlobTranscriptStore : Microsoft.WindowsAzure.Storage.CloudStorageAccount * string -> Microsoft.Bot.Builder.Azure.AzureBlobTranscriptStore
Public Sub New (storageAccount As CloudStorageAccount, containerName As String)

Parameters

storageAccount
Microsoft.WindowsAzure.Storage.CloudStorageAccount

Azure Storage Account to store transcripts.

containerName
String

Name of the container where transcript blobs will be stored.

Applies to

AzureBlobTranscriptStore(String, String)

Initializes a new instance of the AzureBlobTranscriptStore class. Creates an instance of AzureBlobTranscriptStore.

public AzureBlobTranscriptStore (string dataConnectionstring, string containerName);
new Microsoft.Bot.Builder.Azure.AzureBlobTranscriptStore : string * string -> Microsoft.Bot.Builder.Azure.AzureBlobTranscriptStore
Public Sub New (dataConnectionstring As String, containerName As String)

Parameters

dataConnectionstring
String

Connection string to connect to Azure Blob Storage.

containerName
String

Name of the container where transcript blobs will be stored.

Applies to