C# 클래스 Two10.AzureTextSearch.TextSearchClient

파일 보기 프로젝트 열기: richorama/AzureStorageExtensions

공개 메소드들

메소드 설명
GetTextSearchIndexReference ( string name, int cacheLifetimeInSeconds = 60 ) : TextSearchIndex

ListTextSearchIndexes ( ) : IEnumerable
TextSearchClient ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account ) : System.Collections.Generic

메소드 상세

GetTextSearchIndexReference() 공개 메소드

public GetTextSearchIndexReference ( string name, int cacheLifetimeInSeconds = 60 ) : TextSearchIndex
name string
cacheLifetimeInSeconds int The lifetime of a cached index, set to zero for no caching. Default is 60 seconds.
리턴 TextSearchIndex

ListTextSearchIndexes() 공개 메소드

public ListTextSearchIndexes ( ) : IEnumerable
리턴 IEnumerable

TextSearchClient() 공개 메소드

public TextSearchClient ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account ) : System.Collections.Generic
account Microsoft.WindowsAzure.Storage.CloudStorageAccount
리턴 System.Collections.Generic