microsoft / microsoft/AzureStorageExplorer
Allow showing raw JSON for table storage rows instead of columns
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Table storage by it's nature is unstructured storage. For example, storing log records is a common usage scenario, but log records can contain a wide variety of properties on the stored object. Displaying a column for each and every property that is encountered makes the output almost unusable. It would be ideal if each "row" could be displayed as raw JSON.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Start by locating the table-storage row rendering and inspect how properties become columns. Done means users can choose a raw JSON representation for each row, while existing column-oriented display remains usable; add or update coverage for both representations if the project has relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100