C# Class Madd0.AzureStorageDriver.GenericEntity

Represents a generic entity from table storage.
This class extends TableServiceEntity, which gives it the PartitionKey, RowKey and Timestamp properties, but all other properties that are obtained from table storage are simply stored in its Properties dictionary as string values, where the property name is the property in the dictionary.
Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Afficher le fichier Open project: madd0/AzureStorageDriver Class Usage Examples

Méthodes publiques

Méthode Description
this ( string property ) : string

Gets or sets the System.String with the specified property.

Method Details

this() public méthode

Gets or sets the System.String with the specified property.
public this ( string property ) : string
property string The name of the property.
Résultat string