StorageData Constructor (String, String)
Initializes a new instance of the StorageData class with a given partitionKey and rowKey.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)
Parameters
- partitionKey
-
Type:
System.String
The partition key of the TableEntity to be initialized.
- rowKey
-
Type:
System.String
The row key of the TableEntity to be initialized.
Show: