Skip to main content
Filter by
Sorted by
Tagged with
61 votes
3 answers
70k views

I am trying to get a list of all entities inside an azure table. Any idea of how I would write this query?
SKLAK's user avatar
  • 3,985
44 votes
3 answers
59k views

I have a little problem that needs some suggestions: Lets say we have a few hundred data tables with a few dozen million rows each. Data tables are timestamp(key) - value Data tables are written once ...
user1597701's user avatar
144 votes
23 answers
90k views

I ran this in debug mode, and I attach an image with the details of the exception. How can I know what went wrong? I was trying to inset data in a table. Can't azure give me more details? Obs: The ...
Ryan's user avatar
  • 5,516
78 votes
29 answers
82k views

This error is really driving me crazy. (Terminal running in administrator mode) Initialization of azure storage emulator in sql server 2014: C:\Program Files (x86)\Microsoft SDKs\Windows Azure\...
BigChief's user avatar
  • 1,545
15 votes
7 answers
10k views

I've read conflicting information as to whether or not the WADLogsTable table used by the DiagnosticMonitor in Windows Azure will automatically prune old log entries. I'm guessing it doesn't, and ...
RMD's user avatar
  • 3,243
1 vote
2 answers
4k views

GET /Product()?$filter=((PartitionKey%20eq%20'lIkfA81JpTmv')%20and%20(RowKey%20eq%20'')) %20or%20((PartitionKey%20eq%20'lIGcEmrr7hWz')%20and%20(RowKey%20eq%20'')) %20or%20((PartitionKey%20eq%20'...
Eric Yin's user avatar
  • 8,999
0 votes
1 answer
398 views

Please provide some examples (console application) on sending http request to query an azure table storage using OData?
user989988's user avatar
  • 3,896
81 votes
5 answers
17k views

When should i use Sql Azure and when should I use table Storage? I was thinking , use table storage for transaction processing scenarios e.g. debit credit accounts kind of scenario and use Sql Azure ...
Allan Rwakatungu's user avatar
14 votes
4 answers
10k views

I have a Azure table where customers post messages, there may be millions of messages in a single table. I want to find the fastest way of getting the messages posted within the last 10 minutes (which ...
user avatar
11 votes
3 answers
12k views

I am trying to update a row in an Azure table based on an Azure Function. I see that the Table bindings can handle an ICollector which has an Add method which will add a row. I also see that you use ...
Andrew Hawes's user avatar
11 votes
1 answer
7k views

I write simple WorkerRole that add test data in to table. The code of inserts is like this. var TableClient = this.StorageAccount.CreateCloudTableClient(); TableClient.CreateTableIfNotExist(TableName)...
gabba's user avatar
  • 2,900
10 votes
4 answers
25k views

I am really stuck in my query filter on Azure table storage. May I know how to query with timestamp please? When I query for partition key to 1005 alone, I am getting the complete table which I don't ...
Kumar's user avatar
  • 231
4 votes
4 answers
7k views

I have read that azure table storage queries give maximum of 1000 entities and we have to make use of continuation tokens to fetch the next set of entities. I am just looking for an easy way to do ...
Bitsian's user avatar
  • 2,266
4 votes
1 answer
1k views

i was able to saved conversation data using the tablelogger.cs implementation TableLogger.cs I followed this tutorial to save the conversation history. Logging Conversation History The code i used ...
anonymous1110's user avatar
2 votes
4 answers
8k views

I'm trying to get all entries in my table asynchronously but am unable to figure out how to work with the continuation token. I suspect I need to take my anonymous method and convert it to a delegate,...
makerofthings7's user avatar
49 votes
6 answers
18k views

I'm new to learning Unicode, and not sure how much I have to learn based on my ASCII background, but I'm reading the C# spec on rules for identifiers to determine what chars are permitted within Azure ...
makerofthings7's user avatar
44 votes
5 answers
23k views

For several recent years, Microsoft offers a "NoSQL" key/value storage, called "Table Storage" (http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-tables/) Table ...
Illidan's user avatar
  • 4,247
43 votes
5 answers
33k views

Are there restricted character patterns within Azure TableStorage RowKeys? I've not been able to find any documented via numerous searches. However, I'm getting behavior that implies such in some ...
MikeN's user avatar
  • 483
40 votes
1 answer
18k views

I'm using Azure table storage for storing the data. I'm getting confused on when to use insertOrReplace and insertOrMerge. I'm using Azure SDK 1.7. My understanding on insertOrReplace is replacing ...
user145610's user avatar
  • 3,035
34 votes
7 answers
27k views

Does anyone know the proper way to query azure table storage for a null value. From what I've read, it's possible (although there is a bug which prevents it on development storage). However, I keep ...
Brosto's user avatar
  • 4,615
26 votes
5 answers
47k views

Using this code block try { StorageCredentials creds = new StorageCredentials(accountName, accountKey); CloudStorageAccount account = new CloudStorageAccount(creds, useHttps: true); ...
pithhelmet's user avatar
  • 2,312
26 votes
1 answer
14k views

What is the best way/recommended way to read settings from a worker/web role? Is it: CloudConfigurationManager.GetSetting("ConnectionString") (this I'm using) or RoleEnvironment....
user2818430's user avatar
  • 6,079
22 votes
6 answers
34k views

I've seen various questions around SO about how to get the total row count of an Azure storage table, but I want to know how to get the number of rows within a single partition. How can I do this ...
goelze's user avatar
  • 508
19 votes
1 answer
13k views

Can i update RowKey or PartitionKey properties of entity in Azure Table Storage? I thought yes or maybe just PartitionKey but now i am trying to do that(try to change RowKey or PartitionKey) and get ...
user3770925's user avatar
18 votes
4 answers
9k views

I am looking to implement a page view counter in azure table storage. If say two users visit the page at the same time, and the current value on PageViews = 100, is it guaranteed that the PageViews = ...
States's user avatar
  • 548
17 votes
2 answers
28k views

I'm trying to query a table in Windows Azure storage and was initially using the TableQuery.CombineFilters in the TableQuery<RecordEntity>().Where function as follows: TableQuery.CombineFilters(...
Captain John's user avatar
  • 2,011
11 votes
3 answers
3k views

If I'm trying to serialize a normal CLR object, and I do not want a particular member variable to be serialized, I can tag it with the [NonSerialized] attribute. If I am creating a table services ...
Young's user avatar
  • 442
10 votes
2 answers
1k views

I don't understand why, but there appears to be no mechanism in the client library for performing many queries in parallel for Windows Azure Table Storage. I've created a template class that can be ...
Aaron's user avatar
  • 505
9 votes
3 answers
37k views

Given I have the number 1446309338000, how do I create a JavaScript UTC date? new Date(1446309338000) will equal a CST time (central standard) or local time. new Date(Date.UTC(year, month, day, hour, ...
markthegrea's user avatar
  • 3,871
8 votes
3 answers
12k views

I have around 20000 rows in my azure table . I wanted to query all the rows in the azure table . But due to certain azure limitation i am getting only 1000 rows. My code from azure.storage import ...
user avatar
7 votes
1 answer
6k views

I have some software which collects data over a large period of time, approx 200 readings per second. It uses an SQL database for this. I am looking to use Azure to move a lot of my old "archived" ...
KingCronus's user avatar
  • 4,530
5 votes
3 answers
3k views

I'm using a precompiled Azure Function that looks: public static async Task Run(Stream inputBlob, Stream outputJson, Stream outputXml, CloudTable schedulerTable) The output binding looks: { "name":...
gabomgp's user avatar
  • 829
2 votes
3 answers
4k views

I'm using Microsoft Bot Framework with directLine channel. My Bot is a part of company's customer portal from where I fetch some user information and store it in BotState using stateClient as shown ...
Gaurav Dhavale's user avatar
0 votes
1 answer
649 views

I have an Azure function application (HTTP trigger) that writes to the storage queue and table. Both fail when I try to change to managed Id. This post / question is about just the storage table ...
dot's user avatar
  • 15.9k
65 votes
7 answers
25k views

I want to use a NoSQL database on Windows Azure and the data volume will be very large. Whether a Azure Table storage or a MongoDB database running using a Worker role can offer better performance and ...
Shiju's user avatar
  • 1,309
46 votes
4 answers
28k views

I am running into a huge performance bottleneck when using Azure table storage. My desire is to use tables as a sort of cache, so a long process may result in anywhere from hundreds to several ...
Keith Murray's user avatar
41 votes
3 answers
28k views

I'm querying Azure table storage using the Azure Storage Explorer. I want to find all messages that contain the given text, like this in T-SQL: message like '%SysFn%' Executing the T-SQL gives "An ...
Brian Leeming's user avatar
37 votes
5 answers
68k views

I have a very peculiar issue using Azure Table Storage. I have a .NET 4.5 project in Visual Studio 2012 where I deal with all my Azure Table Storage functions. This project/dll is referenced by two ...
Ryk's user avatar
  • 3,102
23 votes
2 answers
21k views

for ETag in ITableEntity MSDN says: Gets or sets the entity's current ETag. Set this value to '*' in order to blindly overwrite an entity as part of an update operation. I am unable to undersatnd the ...
Muhammad Zeeshan's user avatar
23 votes
7 answers
39k views

I'm developing an ASP.Net MVC & WebApi site that uses table storage in Visual Studio 2015 on Windows 8. It was working fine in the development environment (when I set UseDevelopmentStorage=true in ...
Garth's user avatar
  • 543
18 votes
2 answers
20k views

Im really new to Windows Azure development and have a requirement to store some data in a windows azure storage table. This table will really only exist to provide a quick lookup mechanism to some ...
Kramer00's user avatar
  • 1,187
17 votes
6 answers
28k views

I'm working with Windows Azure Table Storage and have a simple requirement: add a new row, overwriting any existing row with that PartitionKey/RowKey. However, saving the changes always throws an ...
EMP's user avatar
  • 62.6k
14 votes
2 answers
10k views

I am using the new Azure.Data.Tables library from Microsoft to deal with Azure Table Storage. With the old library when you had an entity that implemented ITableEntity and you had a property that you ...
paddingtonMike's user avatar
14 votes
3 answers
14k views

Azure billing is based on the size of used space. Now I need to know the details. What is the size of each storage object in my storage (blob container, single table)? It's easy to write a code that ...
alexey's user avatar
  • 8,490
13 votes
3 answers
5k views

To use the Azure Storage (Emulator) Table Service, i need to add a CORS rule for my TypeScript Browser App. I want to add that rule manually using the REST interface (from Postman, not the Browser ...
abbgrade's user avatar
  • 608
13 votes
7 answers
9k views

Here is a piece of code that initialize a TableBatchOperation designed to retrieve two rows in a single batch: TableBatchOperation batch = new TableBatchOperation(); batch.Add(TableOperation....
uzul's user avatar
  • 1,136
12 votes
2 answers
21k views

I was considering adding a whole complex object into a table. Having come from good old fashioned SQL approach I'd obviously separate this into tables but I'm trying a different approach. So basically ...
metase's user avatar
  • 1,299
11 votes
3 answers
6k views

I'm planning to use Azure Table Storage in my ASP.NET 5 (MVC 6) app and have added the WindowsAzure.Storage NuGet package, but I got really disappointed when I noticed that all my entnty models need ...
henningst's user avatar
  • 1,684
7 votes
2 answers
8k views

Is it possible to retrieve the Top n records from the Azure Table Storage using C#? I'm using .NET Core. It would be great if I can get some references as well. Please note that all my entities are ...
Prawin's user avatar
  • 1,278
6 votes
2 answers
5k views

I recently setup my .net core application to use MSI (Managed Identity) to communicate with Azure Blob. Does MSI work with Azure Table Storage? Can't seem to find any documentation on it. I am ...
Ringo's user avatar
  • 621

1
2 3 4 5 6