SearchIndexerCache.SetStorageConnectionString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Azure.Search.Documents.Indexes.Models.SearchIndexerCache.StorageConnectionString for the Search indexer cache.
public void SetStorageConnectionString (string storageConnectionString);
member this.SetStorageConnectionString : string -> unit
Public Sub SetStorageConnectionString (storageConnectionString As String)
Parameters
- storageConnectionString
- String
The storage connection string.