Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownIndexerExecutionEnvironment

Package version

Known values of IndexerExecutionEnvironment that the service accepts.

Index

Enumeration members

Enumeration members

Private

Private: = "private"

Indicates that the indexer should run with the environment provisioned specifically for the search service. This should only be specified as the execution environment if the indexer needs to access resources securely over shared private link resources.

Standard

Standard: = "standard"

Indicates that Azure Cognitive Search can determine where the indexer should execute. This is the default environment when nothing is specified and is the recommended value.

Generated using TypeDoc