# refreshRanking

State Resource

This is a State Resource as provided by the tymly-rankings-plugin plugin.

# Purpose

Regenerates a database view of ranked data

# Usage

# Example

{
  "RefreshRanking": {
    "Type": "Task",
    "Resource": "module:refreshRanking",
    "ResourceConfig": {
      "schema": "test",
      "category": "factory"
    }
  }
}

# Options

# Optional properties

# schema

The schema to refresh the ranking within.

  • Type: string

# category

Identifies the property type to refresh e.g. factory, hospital etc.

  • Type: string
Last Updated: 9/10/2023, 11:30:14 AM