{"id":18575426,"url":"https://github.com/brandonhenricks/hci.storagequerybuilder","last_synced_at":"2025-10-13T03:49:56.897Z","repository":{"id":127175954,"uuid":"194021739","full_name":"brandonhenricks/HCI.StorageQueryBuilder","owner":"brandonhenricks","description":"WindowsAzure Query Builder for C#","archived":false,"fork":false,"pushed_at":"2020-02-26T15:24:48.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-16T00:14:24.179Z","etag":null,"topics":["azure-storage","azure-table-storage","csharp","netstandard","query"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brandonhenricks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-27T04:18:41.000Z","updated_at":"2020-07-09T20:23:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9dab378-0217-46e0-b09e-fd53e2de6e2a","html_url":"https://github.com/brandonhenricks/HCI.StorageQueryBuilder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonhenricks%2FHCI.StorageQueryBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonhenricks%2FHCI.StorageQueryBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonhenricks%2FHCI.StorageQueryBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brandonhenricks%2FHCI.StorageQueryBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brandonhenricks","download_url":"https://codeload.github.com/brandonhenricks/HCI.StorageQueryBuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442855,"owners_count":22071878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-storage","azure-table-storage","csharp","netstandard","query"],"created_at":"2024-11-06T23:19:47.451Z","updated_at":"2025-10-13T03:49:56.890Z","avatar_url":"https://github.com/brandonhenricks.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# HCI.StorageQueryBuilder\n\nStorageQueryBuilder is a .net standard library for quickly building an Azure Storage TableQuery.\n\n![.NET Core](https://github.com/brandonhenricks/HCI.StorageQueryBuilder/workflows/.NET%20Core/badge.svg)\n\n## Installation\n\nUse the package manager [nuget](https://nuget.org) to install StorageQueryBuilder.\n\n```csharp\nInstall-Package HCI.StorageQueryBuilder\n```\n\n## Usage\n\n```csharp\nusing HCI.StorageQueryBuilder;\n\n// Create a TableQuery with no filters and returning only the PartitionKey\nvar builder = new QueryBuilder()\n    .Select(new List\u003cstring\u003e() { \"PartitionKey\" })\n    .Build()\n    .ToTableQuery();\n```\n\n```csharp\nusing HCI.StorageQueryBuilder;\n\n// Create a TableQuery with a filter on PartitionKey and returning only the PartitionKey data.\nvar builder = new QueryBuilder()\n    .AddFilter(\"PartitionKey\", \"test\")\n    .AddFilter(\"RowKey\", \"000-000-000\")\n    .Select(new List\u003cstring\u003e() { \"PartitionKey\" });\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonhenricks%2Fhci.storagequerybuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrandonhenricks%2Fhci.storagequerybuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrandonhenricks%2Fhci.storagequerybuilder/lists"}