C# Class Stash.Azure.AzureQueries.IsIndexedQuery

Inheritance: IAzureIndexQuery, IIsIndexedQuery
Mostrar archivo Open project: AndyHitchman/Stash

Public Methods

Method Description
EstimatedQueryCost ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : double
Execute ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : IEnumerable
ExecuteInsideIntersect ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext, IEnumerable joinConstraint ) : IEnumerable
IsIndexedQuery ( ManagedIndex managedIndex, IRegisteredIndexer indexer ) : System

Method Details

EstimatedQueryCost() public method

public EstimatedQueryCost ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : double
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
return double

Execute() public method

public Execute ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : IEnumerable
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
return IEnumerable

ExecuteInsideIntersect() public method

public ExecuteInsideIntersect ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext, IEnumerable joinConstraint ) : IEnumerable
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
joinConstraint IEnumerable
return IEnumerable

IsIndexedQuery() public method

public IsIndexedQuery ( ManagedIndex managedIndex, IRegisteredIndexer indexer ) : System
managedIndex ManagedIndex
indexer IRegisteredIndexer
return System