C# Class AzureTableStorageCache.Model.CachedItem

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Afficher le fichier Open project: TerribleDev/AzureTableStorageCache Class Usage Examples

Méthodes publiques

Méthode Description
CachedItem ( ) : System
CachedItem ( string partitionKey, string rowKey, byte data = null ) : System

Method Details

CachedItem() public méthode

public CachedItem ( ) : System
Résultat System

CachedItem() public méthode

public CachedItem ( string partitionKey, string rowKey, byte data = null ) : System
partitionKey string
rowKey string
data byte
Résultat System