BlobsTranscriptStoreOptions interface

Optional settings for BlobsTranscriptStore

Properties

decodeTranscriptKey

Optional setting to return a new string representing the decoded version of the given encoded blob transcript key. This remains the default behavior to false, but can be overridden by setting decodeTranscriptKey to true.

storagePipelineOptions

StoragePipelineOptions to pass to azure blob storage client

Property Details

decodeTranscriptKey

Optional setting to return a new string representing the decoded version of the given encoded blob transcript key. This remains the default behavior to false, but can be overridden by setting decodeTranscriptKey to true.

decodeTranscriptKey?: boolean

Property Value

boolean

storagePipelineOptions

StoragePipelineOptions to pass to azure blob storage client

storagePipelineOptions?: StoragePipelineOptions

Property Value

StoragePipelineOptions