-
Will someone please show/ lead me to example on using Continuation Token?
Thanks.
2009-12-22 04:05:13 UTC by euo123
-
I think I got it. Instead of null, I use empty string "" . But I still need your confirmation.
2009-12-21 13:03:26 UTC by euo123
-
Hi,
How can I retrieve all items with certain field (m_phase) contain null values?
I tried the following but got an error:
List r3= azureTable.retrieveEntities(
Query.select().where("m_phase is null").toAzureQuery());
List r3= azureTable.retrieveEntities(
Query.select().where("m_phase = null").toAzureQuery());...
2009-12-21 12:55:25 UTC by euo123
-
I haven't tried using the local storage but I guess the Azure Labs sample has an example on accessing the local storage.
2009-12-01 09:24:55 UTC by euo123
-
Hi! Could anyone please tell me what account name/shared key/endpoint (for blobs and tables) should I use in order to develop my Azure application using the local development fabric? Thanks.
2009-11-27 19:22:38 UTC by anna5
-
Hi!. Could you please tell me what account name, shared key and endpoint did you use to develop locally? (I intend to use both tables and blobs). Thanks.
2009-11-27 19:18:03 UTC by anna5
-
Hi,
While trying to deploy a java application in Azure I found the following issue:
Error : org.soyatec.windows.azure.error.StorageException: Connection to http://testtable.blob.core.windows.net refused; TraceSource 'WaWorkerHost.exe' event
My Cloud Service application has a worker role and invoke (through Process) a java application (jar). It runs smoothly in Dev Fabric but when...
2009-11-26 13:29:24 UTC by euo123
-
yvesyang made 1 file-release changes.
2009-11-16 17:46:01 UTC by yvesyang
-
yvesyang made 4 file-release changes.
2009-11-16 17:45:04 UTC by yvesyang
-
yvesyang made 1 file-release changes.
2009-11-16 17:44:01 UTC by yvesyang