question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bootstrapping ListBlobsSegmentedAsync's currentToken argument

See original GitHub issue

All of the CloudBlobDirectory.ListBlobsSegmentedAsync overloads take a BlobContinuationToken currentToken argument. This is documented as “A continuation token returned by a previous listing operation.”. Can this documentation be updated to address how to start listing when I don’t yet have a continuation token? E.g., should I pass null? new BlobContinuationToken()? something else?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
amnguyecommented, Dec 17, 2022

This documentation is from our deprecated library. The documentation is generated from our XML comments in that deprecated repo and namespace: https://github.com/Azure/azure-storage-net

We are not looking to update anything from that repo unless there’s a data integrity or security issue. See https://github.com/Azure/azure-storage-net#support-statement

1reaction
jsquirecommented, Feb 17, 2021

Thank you for your feedback, @chwarr. Reopening and migrating to the Azure SDK repository so that this can be addressed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrapping ListBlobsSegmentedAsync's currentToken ...
Bootstrapping ListBlobsSegmentedAsync's currentToken argument #18824 ; Client This issue points to a problem in the data-plane of the library.
Read more >
Bootstrapping (statistics)
The basic idea of bootstrapping is that inference about a population from sample data (sample → population) can be modeled by resampling the...
Read more >
Bootstrapping - AWS Cloud Development Kit (AWS CDK) v2
The bootstrapping template accepts parameters that customize some aspects of the bootstrapped resources (see Customizing bootstrapping).
Read more >
Bootstrapping for Parameter Estimates
This tutorial covers the basics of bootstrapping to estimate the accuracy of a single statistic. Note that resampling (to include bootstrapping) to improve...
Read more >
Bootstrapping Main Ideas!!! - YouTube
Bootstrapping is one of the simplest, yet most powerful methods in all of statistics. It provides us an easy way to get a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found