C# Class Two10.AzureTextSearch.TextSearchClient

Datei anzeigen Open project: richorama/AzureStorageExtensions

Public Methods

Method Description
GetTextSearchIndexReference ( string name, int cacheLifetimeInSeconds = 60 ) : TextSearchIndex

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

Method Details

GetTextSearchIndexReference() public method

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.
return TextSearchIndex

ListTextSearchIndexes() public method

public ListTextSearchIndexes ( ) : IEnumerable
return IEnumerable

TextSearchClient() public method

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