StorageData Constructor (String, String)

 

Initializes a new instance of the StorageData class with a given partitionKey and rowKey.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

protected StorageData(
	string partitionKey,
	string rowKey
)

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.

Return to top
Show: