Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Indexers

Package version

Class representing a Indexers.

Hierarchy

  • Indexers

Index

Constructors

constructor

Methods

create

  • create(indexer: SearchIndexer, options?: coreHttp.RequestOptionsBase): Promise<Models.IndexersCreateResponse>
  • create(indexer: SearchIndexer, callback: coreHttp.ServiceCallback<SearchIndexer>): void
  • create(indexer: SearchIndexer, options: coreHttp.RequestOptionsBase, callback: coreHttp.ServiceCallback<SearchIndexer>): void

createOrUpdate

deleteMethod

  • deleteMethod(indexerName: string, options?: Models.IndexersDeleteMethodOptionalParams): Promise<coreHttp.RestResponse>
  • deleteMethod(indexerName: string, callback: coreHttp.ServiceCallback<void>): void
  • deleteMethod(indexerName: string, options: IndexersDeleteMethodOptionalParams, callback: coreHttp.ServiceCallback<void>): void

get

  • get(indexerName: string, options?: coreHttp.RequestOptionsBase): Promise<Models.IndexersGetResponse>
  • get(indexerName: string, callback: coreHttp.ServiceCallback<SearchIndexer>): void
  • get(indexerName: string, options: coreHttp.RequestOptionsBase, callback: coreHttp.ServiceCallback<SearchIndexer>): void

getStatus

  • getStatus(indexerName: string, options?: coreHttp.RequestOptionsBase): Promise<Models.IndexersGetStatusResponse>
  • getStatus(indexerName: string, callback: coreHttp.ServiceCallback<SearchIndexerStatus>): void
  • getStatus(indexerName: string, options: coreHttp.RequestOptionsBase, callback: coreHttp.ServiceCallback<SearchIndexerStatus>): void
  • Returns the current status and execution history of an indexer.

    Parameters

    • indexerName: string

      The name of the indexer for which to retrieve status.

    • Optional options: coreHttp.RequestOptionsBase

    Returns Promise<Models.IndexersGetStatusResponse>

    Promise<Models.IndexersGetStatusResponse>

  • Parameters

    • indexerName: string

      The name of the indexer for which to retrieve status.

    • callback: coreHttp.ServiceCallback<SearchIndexerStatus>

      The callback

    Returns void

  • Parameters

    • indexerName: string

      The name of the indexer for which to retrieve status.

    • options: coreHttp.RequestOptionsBase

      The optional parameters

    • callback: coreHttp.ServiceCallback<SearchIndexerStatus>

      The callback

    Returns void

list

reset

  • reset(indexerName: string, options?: coreHttp.RequestOptionsBase): Promise<coreHttp.RestResponse>
  • reset(indexerName: string, callback: coreHttp.ServiceCallback<void>): void
  • reset(indexerName: string, options: coreHttp.RequestOptionsBase, callback: coreHttp.ServiceCallback<void>): void
  • Resets the change tracking state associated with an indexer.

    Parameters

    • indexerName: string

      The name of the indexer to reset.

    • Optional options: coreHttp.RequestOptionsBase

    Returns Promise<coreHttp.RestResponse>

    Promise<coreHttp.RestResponse>

  • Parameters

    • indexerName: string

      The name of the indexer to reset.

    • callback: coreHttp.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • indexerName: string

      The name of the indexer to reset.

    • options: coreHttp.RequestOptionsBase

      The optional parameters

    • callback: coreHttp.ServiceCallback<void>

      The callback

    Returns void

run

  • run(indexerName: string, options?: coreHttp.RequestOptionsBase): Promise<coreHttp.RestResponse>
  • run(indexerName: string, callback: coreHttp.ServiceCallback<void>): void
  • run(indexerName: string, options: coreHttp.RequestOptionsBase, callback: coreHttp.ServiceCallback<void>): void
  • Runs an indexer on-demand.

    Parameters

    • indexerName: string

      The name of the indexer to run.

    • Optional options: coreHttp.RequestOptionsBase

    Returns Promise<coreHttp.RestResponse>

    Promise<coreHttp.RestResponse>

  • Parameters

    • indexerName: string

      The name of the indexer to run.

    • callback: coreHttp.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • indexerName: string

      The name of the indexer to run.

    • options: coreHttp.RequestOptionsBase

      The optional parameters

    • callback: coreHttp.ServiceCallback<void>

      The callback

    Returns void

Generated using TypeDoc