C# Class Two10.AzureTextSearch.TextSearchClient

Afficher le fichier Open project: richorama/AzureStorageExtensions

Méthodes publiques

Méthode Description
GetTextSearchIndexReference ( string name, int cacheLifetimeInSeconds = 60 ) : TextSearchIndex

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

Method Details

GetTextSearchIndexReference() public méthode

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.
Résultat TextSearchIndex

ListTextSearchIndexes() public méthode

public ListTextSearchIndexes ( ) : IEnumerable
Résultat IEnumerable

TextSearchClient() public méthode

public TextSearchClient ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account ) : System.Collections.Generic
account Microsoft.WindowsAzure.Storage.CloudStorageAccount
Résultat System.Collections.Generic