C# Class DataStoreLib.Storage.ToBeIndexedTable

Inheritance: Table
Show file Open project: viren85/moviemirchi

Public Methods

Method Description
AddMovieToBeIndexed ( List ids ) : bool>.IDictionary
AddReviewToBeIndexed ( List ids ) : bool>.IDictionary
GetMoviesTobeIndexed ( ) : ISet
GetReviewsToBeIndexed ( ) : ISet
IndexedMovies ( List ids ) : bool>.IDictionary
IndexedReviews ( List ids ) : bool>.IDictionary
ToBeIndexedTable ( ) : System
ToBeIndexedTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System

Protected Methods

Method Description
GetParitionKey ( ) : string

Private Methods

Method Description
CreateTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : Table
GetAllItemsFromParttion ( string partitionKey ) : ISet
RemoveItemFromTable ( string paritionkey, List ids ) : bool>.IDictionary

Method Details

AddMovieToBeIndexed() public method

public AddMovieToBeIndexed ( List ids ) : bool>.IDictionary
ids List
return bool>.IDictionary

AddReviewToBeIndexed() public method

public AddReviewToBeIndexed ( List ids ) : bool>.IDictionary
ids List
return bool>.IDictionary

GetMoviesTobeIndexed() public method

public GetMoviesTobeIndexed ( ) : ISet
return ISet

GetParitionKey() protected method

protected GetParitionKey ( ) : string
return string

GetReviewsToBeIndexed() public method

public GetReviewsToBeIndexed ( ) : ISet
return ISet

IndexedMovies() public method

public IndexedMovies ( List ids ) : bool>.IDictionary
ids List
return bool>.IDictionary

IndexedReviews() public method

public IndexedReviews ( List ids ) : bool>.IDictionary
ids List
return bool>.IDictionary

ToBeIndexedTable() public method

public ToBeIndexedTable ( ) : System
return System

ToBeIndexedTable() public method

public ToBeIndexedTable ( Microsoft.WindowsAzure.Storage.Table.CloudTable table ) : System
table Microsoft.WindowsAzure.Storage.Table.CloudTable
return System