Condividi tramite


KnowledgeStoreTableProjectionSelector(String) Constructor

Definition

Initializes a new instance of KnowledgeStoreTableProjectionSelector.

public KnowledgeStoreTableProjectionSelector (string tableName);
new Azure.Search.Documents.Indexes.Models.KnowledgeStoreTableProjectionSelector : string -> Azure.Search.Documents.Indexes.Models.KnowledgeStoreTableProjectionSelector
Public Sub New (tableName As String)

Parameters

tableName
String

Name of the Azure table to store projected data in.

Exceptions

tableName is null.

Applies to