Share via


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)

Syntax

protected StorageData(
    string partitionKey,
    string rowKey
)
protected:
StorageData(
    String^ partitionKey,
    String^ rowKey
)
new : 
        partitionKey:string *
        rowKey:string -> StorageData
Protected Sub New (
    partitionKey As String,
    rowKey As String
)

Parameters

See Also

StorageData Overload
StorageData Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top