Enumeration IndexableCollection

IndexableCollection specifies the types of collections available for custom indexes

from enum viam.app.data.v1.IndexableCollection

Enumeration Members

Enumeration Members

HOT_STORE: 1

from enum value: INDEXABLE_COLLECTION_HOT_STORE = 1;

PIPELINE_SINK: 2

from enum value: INDEXABLE_COLLECTION_PIPELINE_SINK = 2;

UNSPECIFIED: 0

from enum value: INDEXABLE_COLLECTION_UNSPECIFIED = 0;