BlobsTranscriptStoreOptions interface
Optional settings for BlobsTranscriptStore
Properties
decode |
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. |
storage |
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