SearchIndexerCache.SetStorageConnectionString(String) Method

Definition

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.

Applies to