Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains the index fields, and methods for processing a given topics on a given vault backend

interface

ITopicApi

Hierarchy

  • ITopicApi

Index

Properties

Optional acl

acl: object

Object containing the ACL information, per level

type

{*}

memberof

ITopicApi

Type declaration

  • [level: string]: object

Optional createKey

createKey: function

Generate a storage key from the topic name and the index information

memberof

ITopicApi

Type declaration

Optional deserialize

deserialize: function

Deserialize the data

memberof

ITopicApi

Type declaration

index

index: string[]

List of index fields

type

{string[]}

memberof

ITopicApi

Optional serialize

serialize: function

Serialize the data

memberof

ITopicApi

Type declaration

    • (value: any): object
    • Parameters

      • value: any

      Returns object

Optional shard

shard: function

Shard function

memberof

ITopicApi

Type declaration