8000 Investigate if custom StorageTransferOptions should be used in BlobsTranscriptStore and BlobsStorage · Issue #4684 · microsoft/botbuilder-dotnet · GitHub
[go: up one dir, main page]

Skip to content
Investigate if custom StorageTransferOptions should be used in BlobsTranscriptStore and BlobsStorage #4684
@EricDahlvang

Description

@EricDahlvang

Is your feature request related to a problem? Please describe.
Potentially improve performance of BlobsStorage and BobsTranscriptStore

Describe the solution you'd like
Tom and Carlos also raise an interesting point in this issue:
#4642

We should consider what is the optimal StorageTransferOptions for most bots, and maybe loosely expose these:

        //
        // Summary:
        //     The maximum length of an transfer in bytes.
        public int? MaximumTransferLength { readonly get; set; }
        //
        // Summary:
        //     The maximum number of workers that may be used in a parallel transfer.
        public int? MaximumConcurrency { readonly get; set; }
        //
        // Summary:
        //     The size of the first range request in bytes. Blobs smaller than this limit will
        //     be downloaded in a single request. Blobs larger than this limit will continue
        //     being downloaded in chunks of size MaximumTransferLength.
        public int? InitialTransferLength { readonly get; set; }

Metadata

Metadata

Assignees

Labels

Area: SDKGeneral SDK issues that don't clearly map to other areas (e.g.: helper methods)P2Nice to haveSize: SThe issue is simple and well understood, it will take a day or less to completefeature-requestA request for new functionality or an enhancement to an existing one.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0