StorageData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StorageData() |
Initializes a new instance of the StorageData class. |
StorageData(String, String) |
Initializes a new instance of the StorageData class
with a given |
StorageData()
Initializes a new instance of the StorageData class.
protected StorageData ();
Protected Sub New ()
Applies to
StorageData(String, String)
Initializes a new instance of the StorageData class
with a given partitionKey
and rowKey
.
protected StorageData (string partitionKey, string rowKey);
new Microsoft.WindowsAzure.Mobile.Service.StorageData : string * string -> Microsoft.WindowsAzure.Mobile.Service.StorageData
Protected Sub New (partitionKey As String, rowKey As String)
Parameters
- partitionKey
- String
The partition key of the TableEntity to be initialized.
- rowKey
- String
The row key of the TableEntity to be initialized.
Applies to
Azure SDK for .NET