C# Класс Two10.AzureTextSearch.TextSearchClient

Показать файл Открыть проект

Открытые методы

Метод Описание
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