Class Indexer

Hierarchy (view full)

Constructors

Properties

name: string = null

User assigned name of the indexer.

description: string = null

User assigned description of the indexer.

API_PREFIX: string = null

API url prefix for this class.

uuid: string

Unique identifier of the model.

createTime: string = null

The object's creation date

updateTime: string = null

The date when the object was last updated

Methods

  • Prepare indexer source code, upload it to s3 and deploy the indexer.

    Parameters

    • path: string

      Path to the indexer source code directory.

    Returns Promise<any>