C# 클래스 Stash.Azure.AzureQueries.StartsWithQuery

상속: IAzureIndexQuery, IStartsWithQuery
파일 보기 프로젝트 열기: AndyHitchman/Stash

공개 메소드들

메소드 설명
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

메소드 상세

EstimatedQueryCost() 공개 메소드

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

Execute() 공개 메소드

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

ExecuteInsideIntersect() 공개 메소드

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

StartsWithQuery() 공개 메소드

public StartsWithQuery ( ManagedIndex managedIndex, IRegisteredIndexer indexer, string startsWith ) : System.Collections.Generic
managedIndex ManagedIndex
indexer IRegisteredIndexer
startsWith string
리턴 System.Collections.Generic