DynamicTableEntity 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
DynamicTableEntity() | |
DynamicTableEntity(String, String) | |
DynamicTableEntity(String, String, String, IDictionary<String,EntityProperty>) |
DynamicTableEntity()
public DynamicTableEntity ();
Public Sub New ()
Applies to
DynamicTableEntity(String, String)
public DynamicTableEntity (string partitionKey, string rowKey);
new Microsoft.WindowsAzure.Storage.Table.DynamicTableEntity : string * string -> Microsoft.WindowsAzure.Storage.Table.DynamicTableEntity
Public Sub New (partitionKey As String, rowKey As String)
Parameters
- partitionKey
- String
- rowKey
- String
Applies to
DynamicTableEntity(String, String, String, IDictionary<String,EntityProperty>)
public DynamicTableEntity (string partitionKey, string rowKey, string etag, System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Storage.Table.EntityProperty> properties);
new Microsoft.WindowsAzure.Storage.Table.DynamicTableEntity : string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.WindowsAzure.Storage.Table.EntityProperty> -> Microsoft.WindowsAzure.Storage.Table.DynamicTableEntity
Public Sub New (partitionKey As String, rowKey As String, etag As String, properties As IDictionary(Of String, EntityProperty))
Parameters
- partitionKey
- String
- rowKey
- String
- etag
- String
- properties
- IDictionary<String,EntityProperty>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET