C# Class King.BTrak.TableStorageReader

Table Storage Reader
Inheritance: ITableStorageReader
Datei anzeigen Open project: jefking/King.B-Trak

Protected Properties

Property Type Description
resources IAzureStorageResources
tableName string

Public Methods

Method Description
Load ( ) : IEnumerable

Load Tables

Retrieve ( IEnumerable tables ) : Task>

Retrieve Data

TableStorageReader ( IAzureStorageResources resources, string tableName ) : King.Azure.Data

Default Constructor

Method Details

Load() public method

Load Tables
public Load ( ) : IEnumerable
return IEnumerable

Retrieve() public method

Retrieve Data
public Retrieve ( IEnumerable tables ) : Task>
tables IEnumerable Tables
return Task>

TableStorageReader() public method

Default Constructor
public TableStorageReader ( IAzureStorageResources resources, string tableName ) : King.Azure.Data
resources IAzureStorageResources Azure Storage Resources
tableName string Table Name
return King.Azure.Data

Property Details

resources protected_oe property

Azure Storage Resources
protected IAzureStorageResources resources
return IAzureStorageResources

tableName protected_oe property

Table Name
protected string tableName
return string