C# Class AzureTableStorageCache.Model.CachedItem

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Show file Open project: TerribleDev/AzureTableStorageCache Class Usage Examples

Public Methods

Method Description
CachedItem ( ) : System
CachedItem ( string partitionKey, string rowKey, byte data = null ) : System

Method Details

CachedItem() public method

public CachedItem ( ) : System
return System

CachedItem() public method

public CachedItem ( string partitionKey, string rowKey, byte data = null ) : System
partitionKey string
rowKey string
data byte
return System