C# Class Stash.Azure.AzureQueries.StartsWithQuery

Inheritance: IAzureIndexQuery, IStartsWithQuery
Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
EstimatedQueryCost ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : double
Execute ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : IEnumerable
ExecuteInsideIntersect ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext, IEnumerable joinConstraint ) : IEnumerable
StartsWithQuery ( ManagedIndex managedIndex, IRegisteredIndexer indexer, string startsWith ) : System.Collections.Generic

Method Details

EstimatedQueryCost() public méthode

public EstimatedQueryCost ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : double
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
Résultat double

Execute() public méthode

public Execute ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext ) : IEnumerable
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
Résultat IEnumerable

ExecuteInsideIntersect() public méthode

public ExecuteInsideIntersect ( Microsoft.WindowsAzure.StorageClient.TableServiceContext serviceContext, IEnumerable joinConstraint ) : IEnumerable
serviceContext Microsoft.WindowsAzure.StorageClient.TableServiceContext
joinConstraint IEnumerable
Résultat IEnumerable

StartsWithQuery() public méthode

public StartsWithQuery ( ManagedIndex managedIndex, IRegisteredIndexer indexer, string startsWith ) : System.Collections.Generic
managedIndex ManagedIndex
indexer IRegisteredIndexer
startsWith string
Résultat System.Collections.Generic