File

libs/core/src/lib/resource-object.model.ts

Index

Properties

Properties

query
Type string
Description

For the PFE Store use a 'State Key Expression'

type
Type StorageType
Description

Use one of the supported Storage engines.

export interface ResourceObject {
  /**
   * For the PFE Store use a 'State Key Expression'
   */
  query: string;
  /**
   * Use one of the supported Storage engines.
   */
  type: StorageType;
}

/**
 * Use one of the supported Storage engines.
 */
export const enum StorageType {
  PfeStoreQuery = 'PFE_STORE_QUERY'
}

results matching ""

    No results matching ""